public ActionResult Edit(Account acc) { try { // TODO: Add update logic here UserBus.Sua(acc); return(RedirectToAction("Index")); } catch { return(View()); } }