I have two classes. The first one is Person, and the second one is Student (which inherits from Person). I want to filter a generic List and find
people.RemoveAll(p => p.Grade <= 7);