public void Atualizar(Evento evento)
 {
     throw new NotImplementedException();
 }
 public Evento Adicionar(Evento evento)
 {
     throw new NotImplementedException();
 }