public M1ReportByClientRowChangeEvent(M1ReportByClientRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddM1ReportByClientRow(M1ReportByClientRow row) {
     this.Rows.Add(row);
 }
 public void RemoveM1ReportByClientRow(M1ReportByClientRow row) {
     this.Rows.Remove(row);
 }