void Raise(PlacementEvent anEvent)
 {
     if(anEvent != null) {
         anEvent();
     }
 }