public void LogOut() { profileDAO.DeleteAll(); contactDAO.DeleteAll(); chatDAO.DeleteAll(); messageDAO.DeleteAll(); }