protected bool Equals(Location other)
 {
     return(Lat.Equals(other.Lat) && Lng.Equals(other.Lng));
 }