page.addElement(divLine(posX+480));
page.addElement(insertCenterBoldText("Valor", posX+485, posY, 50));
posY += 15;
List<Registration> registrationList = new ArrayList<Registration>();
Map<String, Registration> registrationMap = (Map<String, Registration>) system.query(new GetRegistration());
// registrationList.clear();
MergeSortAlgorithm sortAlgorithm = new MergeSortAlgorithm();
for (Registration registration : registrationMap.values()) {
List<Parcel> parcels = registration.getParcels();