private void Start()
 {
     customerList.CallingAllCustomers(this);
     StartCoroutine(WaitTimeBeforeDoneServing(1.5f, emptyAction));
 }