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