public Task GetQRAsync(EntradaQR peticion)
 {
     return(ServicioWeb.GetQRAsync(peticion));
 }