public override void Action(GraphicObject g)
        {
            base.Action(g);

            g.CheckObjectEnabled();
        }