public static void InitiateDbm(string type)
 {
     dbm = new DatabaseManager();
       dbm.InitDB(type);
 }