public ActionResult CustomerTab(string selectedTab) { _commonFacade = new CommonFacade(); List <MenuEntity> customerTab = _commonFacade.GetCacheCustomerTab(selectedTab); return(PartialView("~/Views/MenuNavigator/CustomerTab.cshtml", customerTab)); }