private void btnNoGame_Click(object sender, EventArgs e)
 {
     DialogResult = DialogResult.OK;
     Game         = null;
 }
 private void btnOK_Click(object sender, EventArgs e)
 {
     DialogResult = DialogResult.OK;
     Game         = cbxGames.SelectedItem as Twitch.TwitchGame;
 }