public AccountingDateChildDialogView(AccountingTickets screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public AccountingTicketsQueryView(AccountingTickets screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public PercentAllocationChildDialogView(AccountingTickets screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }