public ProjectIndicatorCollectionView(ProjectIndicator screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public ExportToXMLDialogView(ProjectIndicator screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public AllIndicatorsCalculateDialogView(ProjectIndicator screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public EditLimitsDialogView(ProjectIndicator screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public IndicatorFormulasDialogView(ProjectIndicator screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public ProjectIndicatorEntityView(ProjectIndicator screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }