public IActionResult EditProblem(int id) { var bm = problemsService.GetEditProblemBindingModel(id); return(View(bm)); }