public void ChangeRotationVelocity()
 {
     orbitingBody.SetRotationVelocityByPercent(rotationSlider.Value);
 }