public IHttpActionResult GetAcademicYear()
 {
     return(Ok(new { results = batchService.GetAcademicYear() }));
 }