public ActionResult Bank_edit(long Id) { ViewBag.messagealert = string.Empty; Bank = new ETBank(); Bank = repBank.GetBank(Id); ViewBag.AccountTypes = repBank.getDataValues("AccountType", Session["UserLevel"].ToString(), Convert.ToInt64(Session["UserID"]), Convert.ToInt64(Session["ReportingUser"])); return(View(Bank)); }