private void wordsToolStripMenuItem_Click(object sender, EventArgs e) { EditAllWords eaw = new EditAllWords(); eaw.ShowDialog(this); }