public void RemoveRepFixerItemListRow(RepFixerItemListRow row) {
     this.Rows.Remove(row);
 }
 public RepFixerItemListRowChangeEvent(RepFixerItemListRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddRepFixerItemListRow(RepFixerItemListRow row) {
     this.Rows.Add(row);
 }