private void SaveChanges()
 {
     PasswordStorage.UpdateItem(EditedEntry);
     _messenger.Send(new GoBack());
 }