public override void GetCount(Common.FilterExpression f)
 {
     if (this.GetCountDisabled)
     {
         throw new ServiceSecurityException();
     }
 }
 public override void GetMax(string columnName, Common.FilterExpression f)
 {
     if (this.GetMaxDisabled)
     {
         throw new ServiceSecurityException();
     }
 }