public void EditSupplier(T_Suppliers supplier) { try { sh = new SupplierHelper(); sh.updateSupplier(supplier); } catch (Exception ex) { throw ex; } }