private bool CheckAcademicYearExists(string year)
 {
     return _settingService.CheckAcademicYearExists(year);
 }