public IEnumerable <Pagamento> BuscarPorAnuncio(Anuncio anuncio)
 {
     return(_pagamentoService.BuscarPorAnuncio(anuncio));
 }