void persist(final Volunteer volunteer,
final VolunteerApplication application,
final Program previousProgram) {
final VolunteerController volunteerCtrl = new VolunteerController();
volunteerCtrl.addApplication(volunteer, application, previousProgram);
//todo: message if type change
//info("The volunteer has now a type of " + newType);
}
/**