public void ThenTheAppllicationDisplaysAWarningMessage()
 {
     canViewPage = new CandidateViewPage(this.driverContext);
     Verify.That(this.driverContext, () => Assert.IsTrue(canViewPage.CheckWhetherDeleteConfirmationDisplayed()));
 }