private void button14_Click(object sender, EventArgs e) { HSB.Logout(); MainGUI.ActiveForm.Hide(); MainGUI m = new MainGUI(); m.ShowDialog(); }