private void bgThread_GetApplications(object sender, DoWorkEventArgs e)
 {
     e.Result = RemoteApplication.GetInstalledApplications();
 }