//METODOS DE BUSCAS public List <Evento> BuscaEventoBanco(Dispositivo obj) { return(daoEvento.BuscarEventoBanco(obj)); }