public void Update(SUPPLY entity) { try { supplyS.Update(entity); } catch (Exception e) { throw e; } }