IEnumerator seatRandomCust() { while (true) { yield return(new WaitForSeconds(timePerSeating)); os.AssignRandomSeat(); } }