public ActionResult Index() { DepartmentModel department = new DepartmentModel(); return(View(department)); }