public void Load(string config, string file) { Container = new ModContainer(config, file); this.tabControl1.Controls.Add(Container); }