public void RemoveCXIRemovedReportRow(CXIRemovedReportRow row) {
     this.Rows.Remove(row);
 }
 public CXIRemovedReportRowChangeEvent(CXIRemovedReportRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddCXIRemovedReportRow(CXIRemovedReportRow row) {
     this.Rows.Add(row);
 }