private void buttonBack_Click(object sender, EventArgs e) { MainGUI openForm = new MainGUI(); openForm.Show(); this.Hide(); }