public IEnumerable <Movies> GetMoviesType(int id) { var moviestype1 = imovies.GetMoviesType(id); return(moviestype1); }