public boolean saveOrUpdate(Supplier supplier) {
   // TODO Auto-generated method stub
   try {
     dao.saveOrUpdate(supplier);
     return true;
   } catch (Exception e) {
     return false;
   }
 }