private void MakePayment(string paymentGroupCode) { FormMakePayment frm = new FormMakePayment(myPOS, paymentGroupCode); frm.ShowDialog(this); }