public void RemoveClientInvestigationIssuesCityCopyRow(ClientInvestigationIssuesCityCopyRow row) {
     this.Rows.Remove(row);
 }
 public ClientInvestigationIssuesCityCopyRowChangeEvent(ClientInvestigationIssuesCityCopyRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddClientInvestigationIssuesCityCopyRow(ClientInvestigationIssuesCityCopyRow row) {
     this.Rows.Add(row);
 }