public bool InsertProducts(ProductInsertVO InsertData, char IsBomCopy) { return(dac.InsertProducts(InsertData, IsBomCopy)); }