@Override
 public Fragment getItem(int position) {
   switch (position) {
     default:
       return FragmentCricketsList.newInstance();
   }
 }