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