public override string GetTitle(EditorScope scope)
        {
            var op   = (VMSubRoutineOperand)Operand;
            var name = scope.GetSubroutineName(PrimID);

            return(name);
        }
 public override string GetTitle(EditorScope scope)
 {
     var op = (VMSubRoutineOperand)Operand;
     return scope.GetSubroutineName(PrimID);
 }