public void ThenIShouldBeNavigatedBackToDoYouAlsoWantToChangeCorePage()
 {
     RegistrationChangeCorePage.VerifyDoYouWantChangeCorePage();
     SqlQueries.DeleteFromRegistrationTables();
 }
 public void ThenIShouldSeeDoYouWantToChangeCorePage()
 {
     RegistrationChangeCorePage.VerifyDoYouWantChangeCorePage();
     SqlQueries.DeleteFromRegistrationTables();
 }