/**
  * Returns the filters for this controller. In addition to parent filters 
  * we want access control.
  * @return array
  */
 public function filters()
 {
     return array_merge(parent::filters(), array('accessControl'));
 }