// Standalone group will be necessary for minor subjects
NoCourseGroupCurriculumGroup.create(NoCourseGroupCurriculumGroupType.STANDALONE, registration
.getActiveStudentCurricularPlan().getRoot());
registration.editStartDates(getStartDate(), registration.getHomologationDate(), registration.getStudiesStartDate());
setRegistration(registration);
createRaidesInformation(registration);
PersonalIngressionData pid = getStudent().getPersonalIngressionDataByExecutionYear(registration.getStartExecutionYear());
pid.setCountryOfResidence(getPersonalDetails().getCountryOfResidence());