// GET: BranchWiseCashBank public ActionResult BranchWiseCashBank() { ViewBag.BranchCode = LoadDropDown.LoadBranchType(); return(View()); }