public Movie GetMovieById(int movieId)
 {
     return(_repo.GetMovieById(movieId));
 }