public function __construct()
 {
     $db = new Connexion();
     $this->setDb($db->getDB());
 }