public List <string> GetMovieGenreListByMovieId(int movieId)
 {
     return(_movieGenreRepository.GetGenreByMovieId(movieId));
 }