public DataTable NewsGroupParent(int pId, string approval) { NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.NewsGroupParent(pId, approval)); }