/**
  * My Note is different to all other pages. It has no documents etc but I attempt to make it look
  * a bit like a Commentary page
  *
  * @param showing
  */
 public void showMyNote() {
   showMyNote(currentMyNotePage.getKey());
 }