public Comment(string text, User author, Lesson lesson) { Text = text; Author = author; Lesson = lesson; }