public Collider addColliderTo(Boundary bounds, BoardAbstract board)
 {
     return(CompositeFactory.addColliderTo(this, bounds, board));
 }