private void newWindowToolStripMenuItem_Click(object sender, EventArgs e)
 {
     WindowGUI newWindow = new WindowGUI();
     newWindow.Show();
 }