private void CallAtmlAction( object o, AtmlActionType type ) { var id = o as TestStationDescription11; if (id != null) { OnAtmlObjectAction( id, type ); } }