public static void Add(News news) { ServiceChannel.Save(news); lock (C_News) { C_News = ServiceChannel.FindAllNews().ToList(); } }