public Examination Save(Examination entity)
 {
     return(_examinationService.Save(entity));
 }