I am using Entity Framework 4, I need to get WinForms to bind Customers and Quotes as a Master - Detail relationship....I have a Quote table which I lay out as details view on a Windows Form....The quote table has 3 foreign keys to the customer table. (fi...