internal void SaveNewUser()
 {
     NewAccount.SaveNewUser();
     DashboardVM.ChildUserControl = new AccountUserControl(DashboardVM);
 }