/// <summary> /// Recreate a purchase form /// </summary> public void CreatePurchaseForm() { payment_form = new paymentForm(); }