public void addLeaf(ILeaf entity) {
   leafs.put(entity.getCode(), entity);
 }