private void Run()
 {
     if (UninstallerBackgroundWorker.IsBusy != true)
     {
         // Start the asynchronous operation.
         UninstallerBackgroundWorker.RunWorkerAsync();
     }
 }