private void SaveConnections()
 {
     Properties.Settings.Default.Connections = serverExplorer.SerializeConnections();
 }