public void RemovestatsRow(statsRow row) {
     this.Rows.Remove(row);
 }
 public statsRowChangeEvent(statsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddstatsRow(statsRow row) {
     this.Rows.Add(row);
 }