public static List <v_get_articles> GetArticlesEF(int cateid, string title) { return(ArticleDao.GetArticlesEF(cateid, title)); }