this.callbacks["remove"] =  (payload) => {
            let todo = this.todoList.get(payload.id);
            if (todo) todo.remove();
        };