public bool AnyConnected()
 {
     return(ServerList.Any(server => server.IsConnected));
 }