public Examination SaveFinishedExamination(Examination examination)
 {
     return(_examinationService.SaveFinishedExamination(examination));
 }