public void Eq(string propertyName, object value) { Criterion = HqlRestrictions.Eq(propertyName, value); }