namespace WpfSample.Models { internal class DemoRoot: DemoItem { protected DemoRoot() { } static public DemoRoot Root = new DemoRoot(); } }