public async Task PrintImage(byte[] data)
 {
     await bluetoothManager.PrintImage(data);
 }