public async Task AddOperationAsync(Operation operation) { await Operations.AddAsync(operation); await SaveChangesAsync(); }