// Devo terminare il dbhandler
 public void Dispose()
 {
     dbHandler.Terminate();
 }