public CommentDTO GetApprovedComments() { CommentDTO commentDTO = new CommentDTO(); commentDTO.Comments = commentDAO.GetApprovedComments(); return(commentDTO); }