private void PrintBeijingInnHeader()
        {
            m_Printer.PrintMemoryBitmap(PrinterStation.Receipt, logo, PosPrinter.PrinterBitmapAsIs, PosPrinter.PrinterBitmapCenter);
            TextComponent addressLine = new TextCentreAlign(new TextBase("3 King Street, Gillingham, ME7 1EY"));
            TextComponent phoneNumber = new TextCentreAlign(new TextBase("01634 570 633"));

            PrintEnglish(addressLine.GetDec());
            PrintEnglish(phoneNumber.GetDec());
            PrintEnglish(" ");
        }