public SortParameter(FieldToSort sortBy, bool descending)
 {
     this.SortBy    = sortBy;
     this.Ascending = descending;
 }
 public SortParameter(FieldToSort sortBy, bool descending)
 {
     this.SortBy = sortBy;
     this.Ascending = descending;
 }