public static string ConnectValuesWithChar(System.Collections.Generic.IList <Sys_sysAddress> list, string fieldName, WrapCharType wrapCharType, bool trim)
 {
     return(Sys_sysAddress.ConnectValuesWithChar(list, fieldName, ',', wrapCharType, trim));
 }