public static LatLongCoordinate ToLatLong(FederalPermitSystem fps)
 {
     return(FederalPermitSystemConverter.ToLatLong(fps));
 }
 public LatLongCoordinate ToLatLong()
 {
     return(FederalPermitSystemConverter.ToLatLong(this));
 }