public Department GetDepartment(string departmentID, string[] fields) { return(RemoteHelper.GetDepartment(departmentID, fields)); }