public IEnumerable <Examination> GetAll()
 {
     return(_examinationService.GetAll());
 }