private void Profil_btn_logout_Clicked(object sender, EventArgs e)
 {
     timer = false;
     TCPCommandManager.clearLoginData();
     Navigation.PushAsync(new LoginPage());
     Navigation.RemovePage(this);
 }