public Boleto getOne(String id) {
   return boletoRepository.findOne(id);
 }