public void Print() { printDriver.Print(this); }
public void DoPrint() { IPrintDriver driver = _factory.GetPrintDriver(); driver.Print(); }