public int CompareTo(ConnectionPing other)
 {
     return(Ping.CompareTo(other.Ping));
 }