public ActionResult Index() { var departments = _departmentManager.FindAll(); return(View(departments)); }