private void Focus_Tick(object sender, EventArgs e)
 {
     tmrFocus.Enabled = false;
     ItemTree.Focus();
 }