public async Task <IActionResult> Categories() { return(await Task.Run(() => PartialView("_Categories", _goodsService.GetCategories()))); }