public bool DeleteExamination(int examinationId) { return(_examinationService.DeleteExamination(examinationId)); }