public void AddBookToPurchase(int bookId, int purchaseId) { _bookDao.AddBookToPurchase(bookId, purchaseId); }