public List <SuppliersDetailsListEntity> GetStatusCount(int ScreenID)
        {
            ISuppliersDetailsListDAL obj = new SuppliersDetailsListDAL();

            return(obj.GetStatusCount(ScreenID));
        }
        public bool SaveSearchJson(string jsonSearch, int ScreenId, string ScreenName)
        {
            ISuppliersDetailsListDAL cdDAL = new SuppliersDetailsListDAL();

            return(cdDAL.SaveSearchJson(jsonSearch, ScreenId, ScreenName));
        }
        public string GetLastSelectionData(int ScreenId)
        {
            ISuppliersDetailsListDAL cdDAL = new SuppliersDetailsListDAL();

            return(cdDAL.GetLastSelectionData(ScreenId));
        }
        public List <SuppliersDetailsListEntity> GetSuppliersList(string json)
        {
            ISuppliersDetailsListDAL cdDAL = new SuppliersDetailsListDAL();

            return(cdDAL.GetSuppliersList(json));
        }