public bool ActivateBook(Book book) { book.BookStatus = true; return(_bookDAL.BookUpdate(book) > 0); }