public void AddDisableInsertColumns(params string[] columns)
 {
     _db.AddDisableInsertColumns(columns);
 }