public IEnumerable GetDepartmentsByAdministrator(Int32 administrator) { return context.CompiledDepartmentsByAdministratorQuery(administrator); }