public void AddTab(string Tab, string Text, string Link, string Control) { TabItem tab = new TabItem(Tab, Text, Link, Control); tabItems.Add(tab); }