public async Task Add(Movie movie) { //_context.Movie.Add(movie); //await _context.SaveChangesAsync(); await _context.CommitAsync(movie); }