Create C# App Inheritance, Composition, and Aggregation

Inherit from a C# Base Class called Employee to create a Manager.
Add a C# list of Employees to the Manager.
Combine the Manager, Car and Employee into one C# application to demonstrate C# Class Re-use.