void Do_BtnKeyShortcutsReleased(object sender, MouseEventArgs e)
        {
            btnKeyShortcuts.ReleaseButton();
            btnKeyShortcuts.MouseOverAnimation();

            //this.HideSprites();
            KeyShortcutsPanel.Visible = true;
            KeyShortcutsPanel.Enabled = true;
            btnKeyShortcutsPanel_Back.Show();
            btnKeyShortcutsPanel_Back.Enabled = true;
        }
 void Do_SaveOptionsRelease(object sender, EventArgs e)
 {
     btnSaveOptions.ReleaseButton();
     btnSaveOptions.MouseOverAnimation();
 }