public RestaurantSybsystem(Waiter waiter, Shef shef)
 {
     this.waiter = waiter;
     this.shef   = shef;
 }