Move Validate methods
In this merge request, the following is changed:
- The methods validateCourse, validateCourseCode and validateActive are moved from the CourseEditionRepository to the CourseEditionService.
- The method validateNoteExists is moved from the NoteRepository to the NoteService.
- The method validateActive is moved from the ScheduleRepository to the ScheduleService.
Edited by Otto Visser