private void toolStripMenuItemInData_Click(object sender, EventArgs e) { InData iD = new InData(); iD.ShowDialog(this); }