public bool ExisteUsuario(string user, string pass) { try { return(usuarioDatos.ExisteUsuario(user, pass)); } catch (Exception ex) { throw ex; } }