public void RemoveM2_SECTIONRow(M2_SECTIONRow row) {
     this.Rows.Remove(row);
 }
 public M2_SECTIONRowChangeEvent(M2_SECTIONRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddM2_SECTIONRow(M2_SECTIONRow row) {
     this.Rows.Add(row);
 }