public ActionResult BitchProduct() { ViewBag.storages = CacheAccess.GetOrderStorages(_storageContract, true); ViewBag.Brand = CacheAccess.GetBrand(_brandContract, true); ViewBag.Categor = CacheAccess.GetCategory(_categoryContract, true); ViewBag.Season = CacheAccess.GetSeason(_seasonContract, true); return(PartialView()); }