There is an enum:
enum Status { S1, S2, S3 }
And a collection. I need to sort it by enum\'s ordinal. When I tried so, it\'s sorting by