public override void TestInit()
        {
            this.currentUser = GetUser.Admin();
            Pages <LoginPage> .Instance.LoginUser(currentUser);

            Pages <DynamicPagesPage> .Instance.Navigate();
        }
 public override void TestInit()
 {
     this.currentUser          = GetUser.NotFillApplicationForm();
     this.currentUser.Username = "******";
     this.currentUser.Password = "******";
 }