public void RemoveItem(TabViewModel tabItem)
 {
     this.Tabs.Remove(tabItem);
     tabItem.Dispose();
 }