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