I have the following simple structure: Applicant Possition ApplicantPosition and ApplicantPositionHistory
The 3rd class has one reference with Applicant and one with Pos
Can you show the code where you get the List of items from the database?
Did you try to debug that code? Were everything you want to show on the page loaded from the database (because EF does not load associated entities by default)?