public void AddComment(int id, CommentDTO comment)
 {
     _dal.AddComment(id, comment);
 }