public void Adddelivery_01Row(delivery_01Row row) {
     this.Rows.Add(row);
 }
 public void Removedelivery_01Row(delivery_01Row row) {
     this.Rows.Remove(row);
 }
 public delivery_01RowChangeEvent(delivery_01Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }