public IActionResult Delete(int id)
 {
     _playTableService.Delete(id);
     return(Ok());
 }