function __construct()
 {
     $dataBase = new Db();
     $this->db = $dataBase->connect();
 }