private void tela1ToolStripMenuItem_Click(object sender, EventArgs e) { Tela1 form = new Tela1(); form.Show(); }