public override string GetOrderByQuery(string orderBy, SQLTokens.OrderBy direction)
 {
     return string.Format("{0} {1}", orderBy, direction.ToString());
 }
 public abstract string GetOrderByQuery(string orderBy, SQLTokens.OrderBy direction);