public static void InitializeClass(TestContext _)
 {
     // arrange
     login         = new Login();
     delLogin_Test = TestMethods.LogPass_Test;
 }
 public static void InitializeClass(TestContext _)
 {
     // arrange
     password         = new Password();
     delPassword_Test = TestMethods.LogPass_Test;
 }