public NeCategoryService(NeCategoryRepository entityRepository)
 {
     _entityRepository = entityRepository;
 }