public void AddOperation(AsyncUnbuffCopy operation)
 {
     operation.OnProgress += Operation_OnProgress;
     this.Operations.Add(operation);
 }