public void AddOutstandingClientInvestigationIssuesCityCopyRow(OutstandingClientInvestigationIssuesCityCopyRow row) {
     this.Rows.Add(row);
 }
 public void RemoveOutstandingClientInvestigationIssuesCityCopyRow(OutstandingClientInvestigationIssuesCityCopyRow row) {
     this.Rows.Remove(row);
 }
 public OutstandingClientInvestigationIssuesCityCopyRowChangeEvent(OutstandingClientInvestigationIssuesCityCopyRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }