public string TruncateTable(string tableName)
 {
     return(Adapter.TruncateTable(tableName));
 }