public function __construct($user, $password, $databaseName, $host = null)
 {
     parent::__construct($user, $password, $databaseName, $host);
 }