private void btnCashPay_Click(object sender, EventArgs e) { frmCashPayment frm = new frmCashPayment(); frm.ShowDialog(); }