public void m_StoreUpdate(int vrStoreID, string vrStoreCode, string VrStoreName) { StockTrackingDataContext = new L_StockTrackingERPDataContext(); StockTrackingDataContext.p_StoreUpdate(vrStoreID, vrStoreCode, VrStoreName); }