private void askToolStripMenuItem_Click(object sender, EventArgs e) { PlaceSell newWindow = new PlaceSell(RTD); newWindow.MdiParent = this; newWindow.Show(); }