public BookRepository(BookClubDbContext context) { _context = context; }
public GenreRepository(BookClubDbContext context) { _context = context; }