public void DeleteComment(CommentDTO comment, string PostID) { _comment.deleteComment(comment, PostID); }