private DeepReusme(WorkException work)
 {
     this.work = (WorkException)work.Clone();
 }
 public DeepReusme(string name)
 {
     this.name = name;
     work      = new WorkException();
 }