public void RemoveRegion3Row(Region3Row row) {
     this.Rows.Remove(row);
 }
 public Region3RowChangeEvent(Region3Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddRegion3Row(Region3Row row) {
     this.Rows.Add(row);
 }