public ActionResult InsertNewCatName(string NewCatName)
 {
     appddservice.InsertNewCatName(NewCatName);
     return(RedirectToAction("AppDropDowns"));
 }