private DegreeCurricularPlan getDegreeCurricularPlan(
     final DegreeChangeIndividualCandidacyProcess process) {
   return process.getCandidacySelectedDegree().getLastActiveDegreeCurricularPlan();
 }