void OpenTheDoor()
 {
     if (_currCollidedDoor != null)
     {
         _currCollidedDoor.SetIsOpened();
     }
 }