object IObjectReference.GetRealObject(StreamingContext context)
 {
     return(GlobalObject.GetIDItem(_id));
 }
 public object GetRealObject(StreamingContext context)
 {
     return(GlobalObject.GetIDItem(_id));
 }