public ActionResult DeleteProblem(int problemId) { return(Json(_teacherService.DeleteProblemById(problemId))); }