private void DeletePoint(int index)
 {
     _waypointList.DeleteAt(index);
 }