# Functions
DeleteComment is a dummy view method.
GetComment takes the model comment and presents its response view object.
GetCommentRating takes the model comment rating and presents its response view object.
GetSubjectGrade takes the grade model and presents its response view object.
GetSubjectReview takes the review model and presents its response view object.
GetSubjectVerification takes the verification bool and presents it as a response view object
A true verification means that the user has completed the subject.
PublishComment takes the model comment and presents its response view object.
RateComment is a dummy view method.
ReportComment is a dummy view method.
UpdateSubjectReview is a dummy view method.