public List<WebPortal.Model.TinTuc> GetAllNews()
 {
     WebPortal.TinTuc tinTuc = new TinTuc();
     return tinTuc.All();
 }