public void Release() { behavior = null; injector = null; if (null != model) { model.Release(); model = null; } }