private async void NewMatch()
        {
            SetMatchPropertiesValue();
            await Navigation.PopAsync(false);

            await _viewModel.NewMatch(Match);

            await _viewModel.GetMatches();
        }