public bool HasCollision(ICollidable other)
 {
     return(CollisionDetector.CheckElementCollision(this, other));
 }