public ICommand CreateCommand()
 {
     ICommand cmd = new LoadCollectionCommand(app, collection);
     return cmd;
 }
        public ICommand CreateCommand()
        {
            ICommand cmd = new LoadCollectionCommand(app, collection);

            return(cmd);
        }