public async Task Create(TEntity item) { await _dataBase.AddAsync(item); await _dataBase.SaveChangesAsync(); }