public UpdateManager()
 {
     updateHelper = new UpdateHelper(this);
     this.Updater = new Updater();
 }
 public UpdateManager()
 {
     updateHelper = new UpdateHelper(this);
     this.Updater = new Updater();
 }