public void Visit(CommandStack commandStack)
 {
     Visit((ModelComponent)commandStack);
 }
 public void Init()
 {
     commandStack = new CommandStack();
     counter = new Counter();
 }
 public void Visit(CommandStack commandStack)
 {
     Visit((ModelComponent)commandStack);
 }