private void detach_InvoiceTables(InvoiceTable entity)
 {
     this.SendPropertyChanging();
     entity.UserTable = null;
 }
 private void attach_InvoiceTables(InvoiceTable entity)
 {
     this.SendPropertyChanging();
     entity.ProductTable = this;
 }
 partial void UpdateInvoiceTable(InvoiceTable instance);
 partial void DeleteInvoiceTable(InvoiceTable instance);
 partial void InsertInvoiceTable(InvoiceTable instance);