public DataTable SelectOne() { objProductTax_DAL = new ProductTax_DAL(objProductTax_Property); return(objProductTax_DAL.SelectOne()); }