//Mark the current contract as accepted
Contract contract = getContract();
contract.getAcceptors().remove(authorizedUserService.getCurrentUser());
contract = contractWriter.save(contract);
eventsDispatcher.publishEvent(new ContractDeclined(contract,
authorizedUserService.getCurrentUser()));
if(target != null) {
target.add(toolbar.getParent());
target.add(statusSign);