public IList <Employee> FilterByOffice(long office) { return(_employeeRepo.FilterByOffice(office)); }