static void ShowWaitForm(System.Windows.Forms.UserControl owner, string caption)
 {
     if (SplashScreenManager.Default == null)
     {
         SplashScreenManager.ShowDefaultWaitForm((owner != null) ? owner.FindForm() : null, false, false, caption);
     }
 }