this.getControlfields = function() {
      return this.fields.filter(function(field) {
        return CONTROL_FIELD_LIST.indexOf(field.tag) !== -1;
      });
    };