Dispatcher.Invoke( new Action(delegate { textBox.Text+= msg; }) );
System.Windows.Application.Current.Dispatcher.Invoke(new System.Action(() => { IPrism.progressBar.Show(); }));