public IList<VwArticle> GetAllList() { using (ArticleDal dal = new ArticleDal()) { return dal.GetAllVwList(); } }