public override void TestInit()
 {
     this.currentUser          = GetUser.NotFillApplicationForm();
     this.currentUser.Username = "******";
     this.currentUser.Password = "******";
 }