public async Task CreateAsync(IEnumerable <Category> categories) { _db.AddRange(categories); await _db.SaveChangesAsync(); }