/** Returns a new instance of this fragment for the given section number. */
 public static CashilaPendingFragment newInstance() {
   CashilaPendingFragment fragment = new CashilaPendingFragment();
   Bundle args = new Bundle();
   fragment.setArguments(args);
   return fragment;
 }