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