I have list<Person> Persons
Person has ID, something like that:12231d4sa32fd
I have a converter that convert the ID to Status: (Ready/Waiting/NotHere).
I show the list in a ListView.
Question: How can I sort the ListView by the Person's status ?