private void Form1_KeyDown(object sender, KeyEventArgs e)
{
  if (e.KeyValue == 27) Close();
}
