public WebPortal.Model.TinTuc GetNews(int id)
 {
     WebPortal.TinTuc tinTuc = new TinTuc();
     return tinTuc.Single(id);
 }