public function RequestMethod()
 {
     /*
      * Page de connexion, elle dois recevoir
      * $_POST['sLogin'] et $_POST['sPass'] ;
      */
     $this->bAjaxMethod = true;
     $oAuth = new AuthModel();
     echo $oAuth->AjaxAuth();
     $oAuth->oPDO = NULL;
 }