I have three tables defined:
public class Book { public int BookId { get; set; } public int Price { get; set; } public ICollection