public Form1()
 {
     InitializeComponent();
     Frame1.SendToBack();
     Frame2.SendToBack();
     Frame3.SendToBack();
     Frame4.SendToBack();
     Frame5.SendToBack();
     Frame6.SendToBack();
     Frame7.SendToBack();
     Factions.SelectedItem = "Academy";
     //DialogResult result;
     //string msg = (string)Factions.SelectedItem;
     //result = MessageBox.Show(msg);
     //Current_Haven();
     Pop_Tier[0]  = null;
     Pop_Tier[1]  = this.Pop_Tier1;
     Pop_Tier[2]  = this.Pop_Tier2;
     Pop_Tier[3]  = this.Pop_Tier3;
     Pop_Tier[4]  = this.Pop_Tier4;
     Pop_Tier[5]  = this.Pop_Tier5;
     Pop_Tier[6]  = this.Pop_Tier6;
     Pop_Tier[7]  = this.Pop_Tier7;
     Gold_Tier[0] = null;
     Gold_Tier[1] = this.Gold_Tier1;
     Gold_Tier[2] = this.Gold_Tier2;
     Gold_Tier[3] = this.Gold_Tier3;
     Gold_Tier[4] = this.Gold_Tier4;
     Gold_Tier[5] = this.Gold_Tier5;
     Gold_Tier[6] = this.Gold_Tier6;
     Gold_Tier[7] = this.Gold_Tier7;
 }