public void AddincrementoRow(incrementoRow row) {
     this.Rows.Add(row);
 }
 public void RemoveincrementoRow(incrementoRow row) {
     this.Rows.Remove(row);
 }
 public incrementoRowChangeEvent(incrementoRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }