public void RemoveComment(Comment comment) { Comments.Remove(comment); }
public void AddComment(Comment comment) { Comments.Add(comment); }