public void Initialize()
 {
     Actions.InitializeDriver();
     Actions.LoginAsAdmin();
     NavigateTo.EditProfile();
 }