public IActionResult Get()
 {
     return(Ok(movie.GetMovieCustomerAsync()));
 }