public ActionResult DeleteCategory(int id) { var category = _manager.GetCategory(id); return(View(category)); }