void UnhealthyBreath()
 {
     healthyLung.Breath();
 }
 void HealthyBreath()
 {
     leftLung.Breath();
     rightLung.Breath();
 }