public void CreateComment(Comment comment)
 {
     throw new NotImplementedException();
 }
 public void EditComment(Comment comment)
 {
     throw new NotImplementedException();
 }