Let's say I make a Person class and a People (collection) class based on the type Person. So I can sort just fine using the code below, but it seems like I'm missing something. Do I have to create helper classes within the collection class just to sort based on different fields? Is there a better way to do this. Ping me if you have a better way (code below)...