public IActionResult Create() { ViewBag.Categories = _cacheRepository.GetCategories(); return(View()); }