public static TelescopeWorker GetWorker(TelescopeSettingsProfile Profile)
 {
     if (_worker == null)
     {
         _worker = new TelescopeWorker(Profile);
     }
     return _worker;
 }
 public void SetForm(TelescopeWorker worker)
 {
     //_driver = driver;
     this._tw = worker;
     //bgw.RunWorkerAsync();
 }