public void LoadSupplierZoneMaster(string LogId) { using (BAL.BL_LoadData objBL = new BAL.BL_LoadData()) { objBL.LoadSupplierZoneMaster(LogId); } }