public HealthUnit searchHealthUnit(Long healthUnitCode) throws ObjectNotFoundException,
RepositoryException, CommunicationException, TransactionException {
try {
return facade.searchHealthUnit(healthUnitCode);
} catch (RemoteException e) {
throw new CommunicationException(e.getMessage());
}
}