public ActionResult DeleteCategory(Category category) { _manager.DeleteCategory(category.CategoryId); return(RedirectToAction("ManageCategories")); }