public virtual IEnumerable <Movie> SearchMovies(string movieTitle) { return(_movieContext.SearchMovie(movieTitle)); }