public IEnumerable <Cast> GetCastInMovie(int movieId) { return(_castRepository.GetCastInMovie(movieId)); }