public SeatEntity GetId([FromBody] int SeatId)
 {
     return(SeatService.GetId(UserEntity, SeatId));
 }