public Employee GetRepresentative(String departmentCode) { return(employeeDAO.GetRepresentative(departmentCode)); }