private void customersToolStripMenuItem_Click(object sender, EventArgs e) { ListCustomers window = new ListCustomers(); window.Show(); }