public PointLatLngAlt(Locationwp locwp)
 {
     this.Lat = locwp.lat;
     this.Lng = locwp.lng;
     this.Alt = locwp.alt;
 }
 public static Item ConvertFromLocationwp(Locationwp locationwp)
 {
     return(locationwp);
 }