void SendInteraction()
 {
     pInteraction.DoInteraction(allCurrentInteractiveObjects[0]);
     //allCurrentInteractiveObjects.RemoveAt(0);
 }