@Override
 public void unSelected(BaseEntity entity) {
   if (entity.getMenu() != null) {
     entity.getMenu().setVisible(false);
   }
 }