public static void Show(FrameworkElement Owner)
        {
            WinShellProcessPerc wid = new WinShellProcessPerc(Owner);

            wid.ShowDialog();
            return;
        }
 public static void Show(this FrameworkElement Owner)
 {
     WinShellProcessPerc.Show(Owner);
 }