private bool BookExists(int id)
 {
     return(bookRepository.BookExistById(id));
 }