public void ThisTestInitialize()
 {
     this.mainPage = new MainPage(this.Browser);
     this.coursesPage = new CoursesPage(this.Browser);
     this.loginPage = new LoginPage(this.Browser);
     this.registrationPage = new RegistrationPage(this.Browser);
 }
        public void ThisTestInitialize()
        {
            this.mainPage = new MainPage(this.Browser);
            this.registrationPage = new RegistrationPage(this.Browser);

            this.mainPage.Navigate().ClickRegistration();
        }