public static function ajouterPersonnage($perso)
 {
     $gw = new PersonnageGateway();
     $gw->ajouterPersonnage($perso);
 }