/// <summary>
 /// Perform the update check asynchron
 /// </summary>
 public void CheckForUpdates()
 {
     updater.getVersionsAsynch();
 }