void OnTriggerStay(Collider other)
 {
     //moveBehaviour.printColision("Coliding!!!!!!!!!!!!!!!!!!!!!!" + this.tag);
     moveBehaviour.addCollision(this.tag);
 }