protected LoginViewModel()
 {
     USERS = USERCollectionViewModel.Create();
     USERS.Entities.ToList();
     UserName = XMLHelpers.GetSettings_Username();
     Application.Current.Dispatcher.BeginInvoke(new Action(() => EVERNPCLogin()));
 }