private void CloseAutoComplete()
 {
     if (autoComplete.Close())
     {
         textBoxWorkstring.Focus();
     }
 }