public CPQVariableDataLabelEntityView(CPQVariableDataLabel screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public CPQVariableDataLabelCollectionView(CPQVariableDataLabel screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }