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