public int GetSignature()
 {
     return(signature.GetValue());
 }
 public Signature(Signature sig)
 {
     signature = sig.GetValue();
 }