public DataTable GetNewsGroupView(string lang, int group) { NewsGroupDAO newsGroupDAO = new NewsGroupDAO(); return(newsGroupDAO.GetNewsGroupView(lang, group)); }