public async Task AddRange(IEnumerable <Size> brands)
 {
     await _repository.AddRange(brands);
 }