@Override
protected void setUp() throws Exception {
super.setUp();
comCtrl = new CommunicationController();
contactCtrl = new ContactController();
testContact = new Contact();
testContact.setFirstName(getName());
contactCtrl.create(testContact);
//Action completed with a participant
completedWithContact = new Communication();