private void ToolStripMenuItemScrap_Click(object sender, EventArgs e) { Scrap sc = new Scrap(); sc.ShowDialog(this); }