}
}
sortScopes(scopes);
CurricularCourseScopesForPrintDTO scopesForPrintDTO = new CurricularCourseScopesForPrintDTO();
for (InfoCurricularCourseScope scope : scopes) {
scopesForPrintDTO.add(scope);
}
return scopesForPrintDTO.getDegreeCurricularPlans();
}