public async void AbrePost(int Post) { Post P = await FVM.GetPost(Post); await Navigation.PushAsync(new PostDetalhado(P)); }