private void ToolStripMenuItemDataModify_Click(object sender, EventArgs e) { DataModify df = new DataModify(); df.ShowDialog(this); }