public bool SolicitarAnulaciones(List <int> comprobantes, string userName)
 {
     return(service.SolicitarAnulaciones(comprobantes, userName));
 }