private void RemoveFromStartingPath(CelestialBody celestialBody)
 {
     celestialBody.RemoveFromStartingPath();
     Path.RemoveCelestialBody(celestialBody);
     PathPreview.RemoveCelestialBody(celestialBody);
 }