public List <MovieShortDetailsDTO> GetHighestImdbScoreByCategoryId(int categoryId) { return(_movieDal.GetHighestImdbScoreByCategoryId(categoryId)); }