private void addToolStripMenuItem_Click(object sender, EventArgs e) { FormAddCustomer form = new FormAddCustomer(); form.ShowDialog(); }