public function getvignettesMethod()
 {
     $this->bAjaxMethod = true;
     $oGalerie = new GalerieModel();
     echo $oGalerie->getVignette();
 }