public void RemoveUDF_PALLETRow(UDF_PALLETRow row) {
     this.Rows.Remove(row);
 }
 public UDF_PALLETRowChangeEvent(UDF_PALLETRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddUDF_PALLETRow(UDF_PALLETRow row) {
     this.Rows.Add(row);
 }