private async void DeleteBtn_Clicked(object sender, EventArgs e) { dao.Delete(); await Navigation.PopAsync(); }