public static void OpenSetupConnectionGUI()
 {
     View.ConnectionSetupGUI SetupConnectionGUIForm;
     SetupConnectionGUIForm = new View.ConnectionSetupGUI();
     SetupConnectionGUIForm.ShowDialog();
 }
 public static void OpenSetupConnectionGUI()
 {
     View.ConnectionSetupGUI SetupConnectionGUIForm;
     SetupConnectionGUIForm = new View.ConnectionSetupGUI();
     SetupConnectionGUIForm.ShowDialog();
 }