public void TestCleanUp()
 {
     myPeriod = null;
 }
 public void Init()
 {
     myPeriod = new Period();
 }