public List <Invoice> GetByCustomerId(int id)
 => _context.GetInvoicesByCustomerId(id);