public void AddMP_1Row(MP_1Row row) {
     this.Rows.Add(row);
 }
 public void RemoveMP_1Row(MP_1Row row) {
     this.Rows.Remove(row);
 }
 public MP_1RowChangeEvent(MP_1Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }