/// <summary>
 /// Adds an output row to the collection.
 /// </summary>
 /// <param name="row">Row to add to the collection.</param>
 public void Add(OutputRow row)
 {
     this.collection.Add(row);
 }
 /// <summary>
 /// Adds an output row to the collection.
 /// </summary>
 /// <param name="row">Row to add to the collection.</param>
 public void Add(OutputRow row)
 {
     this.collection.Add(row);
 }