SortableCollection<KeyValuePair<ICatalogable,int>> GetViewsByProduct( string sortExpression )
Parameters
- sortExpression
 - Expression used for sorting the results
 
Return Value
A collection of Key Value pairs; each key representing a ICatalogable (Product) object 
            and each value representing the number of views for this object