public void AddOutstandingPointRepairsRow(OutstandingPointRepairsRow row) {
     this.Rows.Add(row);
 }
 public void RemoveOutstandingPointRepairsRow(OutstandingPointRepairsRow row) {
     this.Rows.Remove(row);
 }
 public OutstandingPointRepairsRowChangeEvent(OutstandingPointRepairsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }