public IActionResult ListAll()
 {
     return(Json(db.GetSeatReservedList()));
 }