public List <ProductandServiceStockValueListEntity> GetExportDataList(string FileName)
        {
            IPandSStockValueListBL exportdata = new PandSStockValueListBL();

            return(exportdata.GetExportDataList(FileName));
        }
        public List <PandSStockValueListEntity> GetPandSList()
        {
            IPandSStockValueListBL pandsBL = new PandSStockValueListBL();

            return(pandsBL.GetPandSList());
        }