public void LoadAuthentificationTab()
 {
     Authentification.GetAuthentificationTab();
     SelectedTabIndex = 0;
     Authentification.AuthentificationComplete += LoadFrameWorkTabs;
     WindowDragAreaWidth = StaticResources.MainWindowWidth - StaticResources.TabTitleDefaultWidth - StaticResources.SystemButtonWidth * 2;
 }