public IEnumerable <Movie> GetMoviesByGenre(string category)
 {
     return(_repo.GetMoviesByGenre(category));
 }