public boolean findValue(fieldId _field, str _value) { boolean ret; ; ret = super(_field, _value); info('Метод работает!'); return ret; }