// Register the custom color scheme storage.
 void IWizardCustomizationService.CustomizeReportWizard(IWizardCustomization <XtraReportModel> tool)
 {
     tool.RegisterType <IColorSchemeStorage, CustomColorSchemeStorage>();
 }