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

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

            return(cmd);
        }