public List <MoviesTB> Post([FromQuery] string key)
 {
     return(_IMovies.GetMoviesStore());
 }