public ActionResult Create(Department department) { Dep obj = new Dep(); bool result = obj.Insert(department); return(RedirectToAction("AdminIndex")); }