public ShopOrderDetail AddOrderDetail(long movieId, decimal moviePrice) { return(shopService.AddOrderDetail(movieId, moviePrice)); }