public void TestSetup()
		{
			this.door = new GarageDoor();
		}
 public void TestSetup()
 {
     this.door = new GarageDoor();
 }