public void RemovePostalDeliveryType_LKPRow(PostalDeliveryType_LKPRow row) {
     this.Rows.Remove(row);
 }
 public PostalDeliveryType_LKPRowChangeEvent(PostalDeliveryType_LKPRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddPostalDeliveryType_LKPRow(PostalDeliveryType_LKPRow row) {
     this.Rows.Add(row);
 }