public IActionResult CloseSession(int id)
 {
     _restaurantService.CloseSession(id);
     return(Ok());
 }