/// <summary>
        /// Process price report into main table
        /// </summary>

        public void InsertPriceReport()
        {
            var _bulkInsertContext = new DeluxeOrderManagementEntities();

            _bulkInsertContext.usp_Insert_PriceReport();
        }