public void ExecuteCurrent()
 {
     if (currentInteraction != null)
     {
         currentInteraction.Execute();
     }
 }