Well I have a class Employee. In this class I have a property
public List Projects { get; set; }
The project class looks like