public ActionResult <List <Show> > GetShows(long movieId) { var data = _sqlService.GetShows(movieId); return(null); }