addCommand(new ShowGadget(service, fileUtil));
addCommand(new ShowPublicGadgetDirFilter(service, fileUtil));
addCommand(new ShowUserGadget(service, fileUtil));
addCommand(new UnpublishGadget(service, fileUtil));
addCommand(new UploadGadget(service, fileUtil));
addCommand(new UploadUserGadget(service, fileUtil));
}