I have these two classes:
public class Book { public int Id {get;set;} public int Name {get;set;} public string Author {get;set;} ... } public class Bookshelves