public async Task <Bericht> CreateBericht(Bericht newBericht) { await _berichtRepository.AddAsync(newBericht); await _berichtRepository.CommitAsync(); return(newBericht); }