public void RemovehandRow(handRow row) {
     this.Rows.Remove(row);
 }
 public handRowChangeEvent(handRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddhandRow(handRow row) {
     this.Rows.Add(row);
 }