public TutorialRootBlock() : base() { FirstBlock = new TutorialEmptyBlock(); this.Children.Add(FirstBlock); }