public void Print()
        {
            var p = _factory.GetPrint();

            p.Print();
        }