private void notifyListener(Container container) {
   listener.brandChanged(ImmutableList.<Container>of(container), ChangeType.CONTENT_UPDATE);
 }