private void individualPaymentToolStripMenuItem_Click(object sender, EventArgs e)
        {
            InsertPayment ip = new InsertPayment();

            ip.Show();
        }
 private void individualPaymentToolStripMenuItem_Click(object sender, EventArgs e)
 {
     InsertPayment ip = new InsertPayment();
     ip.Show();
 }