public ActionResult Edit(Goal goalEdited) { WorkWithDB.EditGoal(goalEdited); return(Redirect("/")); }