public function preExecute()
 {
     parent::preExecute();
     $this->getContext()->getEventDispatcher()->connect('admin.build_query', array($this, 'listenToAdminBuildQuery'));
 }