public void selectAttachments() {
   correspondenceAttachments.setShowProcessDocuments(true);
   correspondenceAttachments.setProcessInstance(processInstance);
   correspondenceAttachments.openPopup();
 }