I would like to create an abstract class, of which any deriving type should implement a property called Entries, which is a List of all the instances of that type.
Entries