public ExamModel UpdateExam(ExamModel model) { var updated = _repo.Update(model); return(GetExam(updated.Id)); }