initialize({form, folderId = null}) {
        super.initialize({form : form});
        this._folderId = folderId;
    }