public HttpResponseMessage GetBySortDesc()
        {
            var res = entities.sp_SortByPriceDesc();

            return(Request.CreateResponse(HttpStatusCode.OK, res));
        }