public void setCurrentContent(ViewContent content) {
   this.currentContent = content;
   content.onContentSelected();
 }