public bool Delete() { objProductTax_DAL = new ProductTax_DAL(objProductTax_Property); return(objProductTax_DAL.Delete()); }