public CommentVO GetComment(int cID)
        {
            CommentDAO dao = new CommentDAO();

            return(dao.GetComment(cID));
        }