public bool RechazarComprobante(int idComprobantes, string userName)
 {
     return(service.RechazarComprobante(idComprobantes, userName));
 }