private void btnAcceptPayment_Click(object sender, EventArgs e) { //Instantiate and show the form to accept payments frmPayment NewPayment = new frmPayment(); NewPayment.ShowDialog(); }