public Comments CreateComment(Comments comment)
 {
     return(_dataLayer.AddComment(comment));
 }
 public Comment AddComment(Comment comment)
 {
     return(_dataLayer.AddComment(comment));
 }