public void Store()
 {
     if (checkEnable.Active)
     {
         AddinFeature f = new AddinFeature();
         f.ApplyFeature(project.ParentFolder, project, optionsWidget);
     }
     else
     {
         AddinData.DisableAddinAuthoringSupport(project);
     }
 }