public StockReserveView(MaterialAllocation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public MaterialAllocationQueryView(MaterialAllocation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public WizardChildDialogView(MaterialAllocation screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }