public void CreateBookComment(BookDetailsViewModel book, string userName) { _bookRepo.CreateBookComment(book, userName); }