// Delete all attributes
 public void DeleteAll()
 {
     dbTools.DeleteAll <ItemAttribute>();
 }
 public void DeleteAll()
 {
     dbTools.DeleteAll<Rarity>();
 }
 public void DeleteAll()
 {
     dbTools.DeleteAll <ComponentType>();
 }
 public void DeleteAll()
 {
     dbTools.DeleteAll <ComponentRank>();
 }