public bool HayUsuarios() { try { return(usuarioDatos.HayUsuarios()); } catch (Exception ex) { throw ex; } }