private void toolStripMenuItem1_Click(object sender, EventArgs e) { IndustryForm frm = new IndustryForm(); frm.ShowDialog(); }