public Table saveTable(Table table) throws Exception {
   return restaurantClient.saveTable(table);
 }