public void RemoveAllOutstandingIssuesRow(AllOutstandingIssuesRow row) {
     this.Rows.Remove(row);
 }
 public AllOutstandingIssuesRowChangeEvent(AllOutstandingIssuesRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddAllOutstandingIssuesRow(AllOutstandingIssuesRow row) {
     this.Rows.Add(row);
 }