public void RemoveOrderLabsRow(OrderLabsRow row) {
     this.Rows.Remove(row);
 }
 public OrderLabsRowChangeEvent(OrderLabsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddOrderLabsRow(OrderLabsRow row) {
     this.Rows.Add(row);
 }