public Collider addUltralightColliderTo(int radius, BoardAbstract board)
 {
     return(CompositeFactory.addUltralightColliderTo(this, radius, board));
 }