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