function tbx (community_id, session) {
    this.session;
    this.community_id;
    if (session != undefined) this.session = session;
    if (community_id != undefined) this.community_id = community_id;
    return this;
}