private async void InsertTodoItem(Prescription todoprescription) { await PrescriptionTable.InsertAsync(todoprescription); //items.Add(todoItem); }