async void onLogOut(object sender, System.EventArgs e)
        {
            MedicationDatabase db = new MedicationDatabase();

            db.DeleteUsers();
            await Navigation.PushAsync(new SignUp());
        }