private void orderToolStripMenuItem_Click(object sender, EventArgs e) { FormOrder f1 = new FormOrder(); f1.Show(); }