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