public void AddplayerstatsRow(playerstatsRow row) {
     this.Rows.Add(row);
 }
 public void RemoveplayerstatsRow(playerstatsRow row) {
     this.Rows.Remove(row);
 }
 public playerstatsRowChangeEvent(playerstatsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }