public void RemovepuzzleRUNRow(puzzleRUNRow row)
 {
     this.Rows.Remove(row);
 }
 public puzzleRUNRowChangeEvent(puzzleRUNRow row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddpuzzleRUNRow(puzzleRUNRow row)
 {
     this.Rows.Add(row);
 }