public ActionResult GetBranchDetails() { ViewBag.BranchList = objBank.GetBranchDetails(); return(View()); }