public InvoiceTypeGroupSLCollectionView(InvoiceTypeGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public InvoiceTypeGroupSLEntityView(InvoiceTypeGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public InvoiceTypeGroupByLangSLView(InvoiceTypeGroupSL screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }