public App()
 {
     RxApp.DefaultExceptionHandler = new ReactionObservableExceptionHandler();
     ThemeController.Init(this);
     SCG.Helpers.Init();
     FileCommands.Init();
 }