private void createTitle(String titleString) {
   title = new Heading(5);
   title.setText(titleString);
 }