private void Procesar()
 {
     _controlador.Proesar();
     if (_controlador.IsOk)
     {
         Salir();
     }
 }