/// <summary>
 /// Perform an update of the selected applications
 /// </summary>
 public void Update()
 {
     updater.getUpdateAsynch();
 }