private void animationTimer_Tick(object sender, EventArgs e)
 {
     starSystem.Animate(0.01);
     splitContainer.Panel1.Refresh();
 }