protected virtual void DemoPlayerSystemPointerClickHandler(uFrame.ECS.MouseDownDispatcher data, ClickCount source) {
     var handler = new DemoPlayerSystemPointerClickHandler();
     handler.System = this;
     handler.Event = data;
     handler.Source = source;
     handler.Execute();
 }
        protected virtual void DemoPlayerSystemPointerClickHandler(uFrame.ECS.MouseDownDispatcher data, ClickCount source)
        {
            var handler = new DemoPlayerSystemPointerClickHandler();

            handler.System = this;
            handler.Event  = data;
            handler.Source = source;
            handler.Execute();
        }