If i have a set of Entities (Classes) like this :...Employee, Department, Room ... etc
...How to add these ...classes... to a list instead of a list of objects :...Like this :...{Employee, Department, Room}
...I want to get these classes because i have a ...