public QuotationLotGeneralOverchargeDetailViewModelDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public QuotationLotSLView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public DeleteQuotationLotDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public QuotationLotOtherCostCostDetailViewModelDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public CreateNewQuotationLotDialogView(QuotationLotSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }