public static string CreateTableSQL(this object obj, BaseDeDatos bd)
 {
     return(TypeExtension.CreateTableSQL(obj.GetType(), bd));
 }