public async Task <string> AddBulk(IList <TEntity> entity) { return(await _baseCategoryRepository.AddBulk(entity)); }