public DetallePagos buscarDetallePagos(Long idDetalle) {
   return srv.buscarDetallePagos(idDetalle);
 }