public void ChangeUserExec()
 {
     App.Local.DeleteDatabase();
     _homeVM.Close();
     App.RestartApplication();
 }