public function __construct()
 {
     self::$db = new dataBase($this->username, $this->password, $this->host, $this->dbname);
 }