private void viewPreviousDetailsToolStripMenuItem_Click(object sender, EventArgs e) { Payments payments = new Payments(18); payments.Show(); }