public MoviesDetails GetMovieByID(int id)
    {
        MoviesService mov = new MoviesService();

        return(mov.GetMovieByID(id));
    }