I am making a WPF application following MVVM pattern. In this i am using entity framework,...my entity structure is simple, it has 3 entities: department, course, books,...a department can have many courses, and a course can have many books,...now i want ...