void GetNews() { string nt_id = Request.Query["nt_id"]; string n_id = Request.Query["n_id"]; m_newsdetail = m_inc.GetNews(nt_id, n_id); }