/**
  * override this to setup anything that needs to be done before
  * @param $action null|string the action that is being processed
  */
 public function processRequest($action = null)
 {
     $this->topLevelEntries = Entry::fetchAllParents();
 }