public List <Evento> GetAll(TorneioContext contexto) { var lista = new List <Evento>(); lista = _eventoDAL.GetAll(contexto); return(lista); }