public JsonResult GetAllGradesForExam(int examId) { return(Json(_gradeService.GetAllExamGrades(examId))); }