public async Task <IActionResult> Cancel(int problemId) { await _problemService.Cancel(problemId); return(Json(true)); }