public object Hold()
 {
     if (Real != null)
     {
         return(Real.Hold());
     }
     else
     {
         return(null);
     }
 }