public SupplierRequestQuotationGroupSearchDialogView(SupplierRequestQuotationComparison screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public SupplierRequestQuotationComparisonQueryView(SupplierRequestQuotationComparison screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public ChangeReceivedStatusAceptedChildDialogView(SupplierRequestQuotationComparison screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }