public ActionResult Edit(int id) { ViewBag.Goal = WorkWithDB.FindGoal(id); ViewBag.Title = "Редактирование задачи"; return(View("GoalView")); }