public function username_available($username = false) {
        return (new Base)->username_available($username); 
    }