public void Update(New news) { throw new NotImplementedException(); }
//添加新闻 public void AddNew(New news) { _news.Add(news); }