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