public void RemoveHP_SORow(HP_SORow row) {
     this.Rows.Remove(row);
 }
 public HP_SORowChangeEvent(HP_SORow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddHP_SORow(HP_SORow row) {
     this.Rows.Add(row);
 }