public string SelectIdentityQuery(Type type)
 {
     return(Adapter.SelectIdentityQuery(type));
 }