return new DFACandidacy(studentPerson, executionDegree);
case BOLONHA_ADVANCED_SPECIALIZATION_DIPLOMA:
// TODO: remove this after PHD Program candidacy is completed and
// data migrated
return new PHDProgramCandidacy(studentPerson, executionDegree);
case BOLONHA_INTEGRATED_MASTER_DEGREE:
return new IMDCandidacy(studentPerson, executionDegree);
case BOLONHA_MASTER_DEGREE: