internal void SaveInvoice(Invoice invoice)
 {
     invoice.Save();
 }