private void lblVersion_DoubleClick(object sender, EventArgs e)
 {
     if (_buttonPress)
     {
         _buttonPress = false;
         MessageBoxEx.Show(this, InputControls.RenderDisplay(), "Application", MessageBoxButtons.OK,
                           MessageBoxIcon.Information);
     }
 }