public static bool LoadFromReader(this IComments comments, OdbcDataReader reader)
 {
     return(comments.LoadFromReader_Ext(reader));
 }