private void RegisterButton_Clicked(object sender, EventArgs e) { vm.AddToLocalMemory(); Navigation.PushAsync(new RegistrationDetails()); }