public ReviewDTO GetBookReviewFromUser(int userId, int bookId)
 {
     return(_repo.GetBookReviewFromUser(userId, bookId));
 }