public ICommand CreateCommand()
        {
            ICommand cmd = new AddInteriorPathCommand(app, parent);

            return cmd;
        }
        public ICommand CreateCommand()
        {
            ICommand cmd = new AddInteriorPathCommand(app, parent);

            return(cmd);
        }