protected override void InitializeEntities()
 {
     _Entities.AddRange(_DictionaryService.GetAll().Select(CreateNewViewModel));
 }