public void Add_dbo_GoodsRow(_dbo_GoodsRow row) {
     this.Rows.Add(row);
 }
 public void Remove_dbo_GoodsRow(_dbo_GoodsRow row) {
     this.Rows.Remove(row);
 }
 public _dbo_GoodsRowChangeEvent(_dbo_GoodsRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }