public string GetDateFormat()
        {
            ITopPandSDAL purQuotation = new TopPandSDAL();
            var          result       = purQuotation.GetDateFormat();

            return(result);
        }
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            ITopPandSDAL purQuotation = new TopPandSDAL();
            var          result       = purQuotation.SaveSearchJson(jsonSearch, ScreenId, ScreenName);

            return(result);
        }
        public string GetLastSelectionData(int ScreenId)
        {
            ITopPandSDAL purQuotation = new TopPandSDAL();
            var          result       = purQuotation.GetLastSelectionData(ScreenId);

            return(result);
        }
        public List <TopPandSEntity> GetPandSList(string JsonData)
        {
            ITopPandSDAL pandsdal = new TopPandSDAL();

            return(pandsdal.GetPandSList(JsonData));
        }