public void InvoicePayed(Invoice invoice)
 {
     invoiceContext.InvoicePayed(invoice);
 }