public BookResult WriteCommentToFile(Book book, string newComment)
        {
            BookResult bookResult = fileOperation.WriteCommentToFile(book, newComment);

            return(bookResult);
        }