public async void Add(Movie movie)
 {
     await _movieDal.AddAsync(movie);
 }