public class Book { public int Id { get; set; } public string Cim { get; set; } = ""; public string Szerzo { get; set; } = ""; }