public ActionResult AddEmployee() { var departments = employeeProvider.GetDepartments(); TempData["Departments"] = departments; return(View()); }