public void AddBookExample(Book book, int tax, double basePrice) { dataRepository.AddBookExample(new BookExample(book, tax, basePrice)); }