public void Delete(Examination entity)
 {
     _examinationService.Delete(entity);
 }