private void LoadServerList()
 {
     serverNameComboBox.DataSource = _serverConnector.GetServerList();
 }