public IActionResult AddCategory(Category category) { categoryRepository.AddCategogy(category); return(RedirectToAction(nameof(Index))); }