public void ChangeLuminosity()
 {
     orbitingBody.SetLuminosityPercent(luminositySlider.Value);
 }