that.model.update(id, {title: title}, function () {
                that.view.render('editItemDone', {id: id, title: title});
            });