public Data DeepCopy()
 {
     return(new Data(Value.DeepCopy()));
 }