public void Clean()
 {
     this.sd05 = null;
 }
 public void Init()
 {
     this.sd05 = new SolutionDay05();
 }