public void RemoveBondingCostsRow(BondingCostsRow row) {
     this.Rows.Remove(row);
 }
 public BondingCostsRowChangeEvent(BondingCostsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddBondingCostsRow(BondingCostsRow row) {
     this.Rows.Add(row);
 }