private void UserLogout(object sender, System.EventArgs e)
 {
     Digits.ClearActiveSession();
     StartActivity(typeof(LoginActivity));
 }