private void btnAddCustomTheme_Click(object sender, EventArgs e)
 {
     _themeProvider.AddTheme("New theme");
     ReInitThemesComboBox();
 }