public ActionResult VProduct() { ViewBag.Color = CacheAccess.GetColorsName(_colorContract, true); ViewBag.Brand = CacheAccess.GetBrand(_brandContract, true, false); ViewBag.Category = CacheAccess.GetCategory(_categoryContract, true); ViewBag.Season = CacheAccess.GetSeason(_seasonContract, true); ViewBag.Crowds = CacheAccess.GetProductCrowd(_productCrowdContract, true); return(PartialView()); }