public BookService() { bookrepository = new BookRepository(); authorRepository = new AuthorRepository(); }