public bool Delete(object VatTaxRateId)
 {
     return(VatTaxRate.Delete(VatTaxRateId) == 1);
 }