public NewsGroup GetNewsGroupById(int nId) { NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.GetNewsGroupById(nId)); }