/// <summary>
        /// Process Title report into TitlesReport table
        /// </summary>
        public void ProcessTitleReport()
        {
            var _bulkInsertContext = new DeluxeOrderManagementEntities();

            _bulkInsertContext.usp_Get_Titles();
        }