public ActionResult Update(int id, Guide EditGuide) { Guide.Edit(id, EditGuide); return(RedirectToAction("List")); }