public bool Update(int percent, string description)
 {
     this.description = description;
     this.percent     = percent;
     MOG_Progress.ProgressUpdateStep(this.Handle, description, percent);
     return(CancelClicked());
 }