public static IEnumerable <SE_GiftManageConfigModel> GetGiftLeveL(string group) { try { return(SE_GiftManageConfigDAL.SelectGiftLeveL(ProcessConnection.OpenConfigurationReadOnly, group)); } catch (Exception ex) { throw ex; } }