//create new note applicaiton
 public void CreateNewNoteApplication()
 {
     CreateNewNote.ClickOn();
     NoteDescription.SendKeys(Constant.noteName);
     ConfirmCreateNote.ClickOn();
     softAssert.VerifySuccessMsg();
 }