public void GetBranchDamperDuctsTest()
 {
     string       strArchPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//6.2.2-ARCH.XDB";
     string       strHVACPath  = "D://Users//zheny//Source//Repos//HVAC-Checker//HVAC-Checker//6.2.2-paiyanHVAC.XDB";
     HVACFunction hvacFunction = new HVACFunction(strArchPath, strHVACPath);
     List <Duct>  ducts        = HVACFunction.GetBranchDamperDucts();
     //Assert.Fail();
 }