public bool Destroy(object EntryNumber)
 {
     return(InvoiceSubTable.Destroy(EntryNumber) == 1);
 }