public void AssertSameEmailIsInTheRefistrationForm()
 {
     Assert.AreEqual("*****@*****.**", EmailBar.GetAttribute("value"));
 }