public List <StoreModel> GetStoreList()
        {
            List <StoreModel> list = DB.SP_StoreGet();

            return(list);
        }