}//GEN-LAST:event_btnViewUsersActionPerformed
    private void btnAddFileActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnAddFileActionPerformed
        // TODO add your handling code here:
        Fileattachment file = new Fileattachment();
        
        EditFileAttachmentFrame efaf = new EditFileAttachmentFrame(file, this);
        security.getFileattachments().add(file);
        MainApp.getDesktop().add(efaf);
        efaf.setVisible(true);