public Cursor getContactAtPosition(int position) {
   return (Cursor) mContactAdapter.getItem(position);
 }