private void ThemeIconViewer_Load_1(object sender, EventArgs e)
 {
     pictureBox1.Image = themeIcon.getIconTexture();
 }