public IEnumerable <EmployeeDTO> getAllEmployees() { return(EmployeeConverter.toDtos(employeeRepository.Get())); }