public void RemoveM1_LATERALRow(M1_LATERALRow row) {
     this.Rows.Remove(row);
 }
 public M1_LATERALRowChangeEvent(M1_LATERALRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddM1_LATERALRow(M1_LATERALRow row) {
     this.Rows.Add(row);
 }