public void RemoveComment(Coment coment) { comments.Remove(coment); }
public void AddComment(Coment coment) { comments.Add(coment); }