private void IWantToEat()
 {
     chair.SendMessage("IWantToEat");
     ChangeColor("Wait");
 }