applyName: function () {
    'use strict';

    var name = this.model.get('data').name;
    this.$box.find('label').text(name);