protected override void RemoveEntityFromDatabase(TEntity entity)
 {
     _DictionaryService.Delete(entity);
 }