public ActionResult GetGenres()
 {
     return(Json(_genreService.ExtractGenres()));
 }