private static string GetApplicationName(RibbonCustomizationModel model)
 {
     return(model.GetType().FullName);
 }