// Install database
 public int InstallDatabase()
 {
     DBManager db = new DBManager();
     return db.InstallDatabase();
 }