if (aParticipant != null && !aParticipant.equals(contact)) {
participants.add(aParticipant);
}
}
}
communication = comCtl.updateParticipants(communication, participants);
// update the current properties in the session
setCommunication(communication);
contact = contactCtl.read(contact.getIdContact());
setContact(contact);