public void updateOrder(Order order) {
   try {
     baseDao.update(order);
   } catch (Exception e) {
     e.printStackTrace();
   }
 }