private void ReloadPastAction() { if (CurrentTab == null) { return; } CurrentTab.ReloadPastAsync(); }