public DbInsert(DbHelper db)
 {
     dataBase = db;
 }
 public DbInsert()
 {
     dataBase = new DbHelper();
 }