public static bool PurchaseProduct(Orders order, Hashtable htData) { return(db.PurchaseProduct(order, htData)); }