public void Insertar(Usuario usuario) { try { usuarioDatos.Insertar(usuario); } catch (Exception ex) { throw ex; } }