public static function supprimerImage($nom, $image)
 {
     $gw = new PersonnageGateway();
     $gw->supprimerImage($nom, $image);
 }