protected void OnProgress(int progress) { this.progress = progress; if (this.Progress != null) { this.Progress(this, new ProgressEventArgs(progress)); } }