I have EF an EF generated class of Person that has several properties. I also have a class Jobs with several properties. A person is related to multiple jobs and thus Jobs is a Collection property of person.I have EF an EF generated class of Person that