@Override
 public void bindView(View view, Context context, Cursor cursor) {
   ((ProviderListItem) view).bindView(cursor);
 }