private void getMoreKeysToolStripMenuItem_Click(object sender, EventArgs e) { var redisKey = new RedisKeyForm(this); redisKey.ShowDialog(); }