/*===SEARCH CONTROLLER===*/
        public List <usp_PromotionInformationSearch_Result> searchAllListPromotion(string text)
        {
            var db = new CMART2Entities1();

            return(db.usp_PromotionInformationSearch(text).ToList());
        }