initializing: function () {
    this.dashName = _.dasherize(this.name);
    this.camelName = _.camelize(this.name);
  },