public static function getModelPersonnage($id)
 {
     $model = new self(array());
     $model->personnage = PersonnageGateway::getPersonnageById($model->dataError, $id);
     $model->title = "Fiche détaillée";
     return $model;
 }