public Comments AddCommentToPost(Guid id, Comments comment) { return(_dataLayer.AddCommentToPost(id, comment)); }