protected function getTitle($pageNumber = null)
 {
     $title = $this->exportationForm->getExportationTitle();
     return empty($title) ? parent::getTitle() : $title;
 }