/// <summary> /// Initializes a new instance of the <see cref="MReview"/> class. /// </summary> public MReview() { Reviewer = new MReviewer(); ReviewText = new MReviewField(); }