public static void LogOut(SQLiteConnection connection) { DataProvider dtb = new DataProvider (connection); dtb.DeleteAll (); }