public function indexAction()
 {
     $this->getRequest()->setQuery('entityType', 'report');
     return parent::indexAction();
 }