const load = () => {
                    return models.balance
                        .getRowWithToken(userIdVM.parameters())
                        .then(collection)
                        .then(_ => m.redraw());