private void ThreadEspera(Object name) { Espera espera = new Espera((string)name, false); try { espera.ShowDialog(); } catch { } }