public function getListeName()
 {
     return substr($this->getLogicalId(), strpos($this->getLogicalId(), "_") + 2, 1) + 1 . " - " . parent::getName();
 }