I\'m having trouble with a LINQ query.
var cRecords = context.ClassificationRecords .GroupBy(p => p.ImageRecordId) .Select(g => g.OrderByDescending(c