public SupplysQueryView(Supplys screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public GenerateOrderPackingDialogView(Supplys screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public IncludePackingDialogView(Supplys screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public ProjectMaterialChangeStatusDialogView(Supplys screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public SupplysMOUpdateOptionsScreenDialogView(Supplys screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public SupplysMOConsultViewModelView(Supplys screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }