public void OnTruncate(View view) {
   m_dbHandler.TruncateTable();
   printDataBase();
 }