public static List <double> GetRatings(MyObservableCollection <FilmViewModel> films) { return(films.Select(x => x.Rating).ToList()); }