public List <NewsModel> GetNewsByCondition(string condition) { return(dal.GetNewsByCondition(condition)); }