public ActionResult AddNewCategory(string Name) { sp.AddCat(Name); return(Redirect("~/Sales/AddNewCategory")); }