public Coordinates(ToaDo toaDo)
 {
     Latitude  = toaDo.getX();
     Longitude = toaDo.getY();
 }