public void testlogout()
 {
     startPage = homePage.LogoutCheck();
     Assert.AreEqual("Login", startPage.GetStartPageText());
 }
 public void Start()
 {
     startPage = new StartPage(driver);
     homePage  = startPage.LoginInput(loginName, password);
 }