public ActionResult Add(Category category) { categoryManager.AddCategoryEntity(category); return(RedirectToAction("Index")); }