public ActionResult WBIStoreSelection() { ViewBag.IssueToStoreList = _objDalStore.GetAllActiveWetBlueLeatherStore(); ViewBag.IssueFromStoreList = _objDalStore.GetAllActiveProductionStore(); ViewBag.UnitList = _dalWBIStoreSelectionObj.GetAllActiveLeatherUnit(); return(View()); }