public void FillFromOther(IRecord other) { if (other == null) { return; } ssSTError.FillFromOther((IRecord)other.AttributeGet(IdError)); }