public ActionResult Create(Kategoriler model) { if (ModelState.IsValid) { KP.save(model); } return(RedirectToAction("Index")); }