public void AdddtWeightBangRow(dtWeightBangRow row) {
     this.Rows.Add(row);
 }
 public void RemovedtWeightBangRow(dtWeightBangRow row) {
     this.Rows.Remove(row);
 }
 public dtWeightBangRowChangeEvent(dtWeightBangRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }