public void m_ProductUpdate(int vrProductCode, string vrProductName, string vrProductType) { StockTrackingDataContext = new L_StockTrackingERPDataContext(); StockTrackingDataContext.p_ProductUpdate(vrProductCode, vrProductName, vrProductType); }