private void toolStripButton1_Click(object sender, EventArgs e) { STOCK stockform = new STOCK(); stockform.ShowDialog(); }