public void RemoveTab(TabContainer remTab) { _tabs.RemoveAll(x => x.Value == remTab); rebuildButtonIcons(); }