/**
  * PreDispatch.
  *
  * @return void
  */
 public function preDispatch($actionName)
 {
     parent::preDispatch($actionName);
 }