public IActionResult CloseTable(int tableId)
 {
     tableService.Close(tableId);
     return(RedirectToAction(nameof(Overview)));
 }