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