public bool Insert() { objProduct_DAL = new Product_DAL(objProductProperty); return(objProduct_DAL.Insert()); }