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

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

            return(cmd);
        }