//TODO
 #endregion
 #region Design Methods
 #region Design
 public static IEnumerable <SAPSection> DesignSteelModel(string codeName, SAPLoadCombination deflectionCombo, SAPLoadCombination strengthCombo, IEnumerable <SAPSection> sections, ref SAPDesignStatistics statistics)
 {
     throw new NotImplementedException("TODO: Design are not mapped yet from Hndz to SAP");
 }
 public static bool AddLoadCombination(SAPLoadCombination comb)
 {
     throw new NotImplementedException("TODO: Loads are not mapped yet from Hndz to SAP");
 }