public Review(Integer rating, String comment, Integer version, Date date) {
        this.rating = rating;
        this.comment = comment;
        this.version = version;
        this.date = date;