public Comment DeleteByCommentId(int commentid) { var comment = CommentDAL.DeleteByCommentId(commentid); return(comment); }