public List <Invoice> GetByEmployeeId(int id) => _context.GetInvoicesByEmployeeId(id);