private void PopulatePlaneReferences()
 {
     CreatorFunctions.PopulateCbByClass(PlaneSatellite, "Satellite");
     if (PlaneSatellite.Items.Count > 0)
     {
         PlaneSatellite.SelectedIndex = 0;
     }
 }