public static void Init()
 {
     loginPage   = new LoginPage();
     homePage    = new HomePage();
     profilePage = new ProfilePage();
 }
 public PageBase()
 {
     profilePage = new ProfilePage();
 }