static void Show(string text, string title)
 {
     MessageBoxTools.InvokeShow(text, title, MessageBoxButton.OK, MessageBoxImage.Error);
 }