public void ChangeSize()
 {
     orbitingBody.SetSizeByPercent(sizeSlider.Value);
 }