public DocumentCategoryVMEntityView(DocumentCategory screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public FileUploadDialogView(DocumentCategory screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public PackFileWizardDialogView(DocumentCategory screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
 public CategoryDocumentsView(DocumentCategory screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }