getSupportFragmentManager not working inside a fragment
Fragment tFragment = MainActivity.newInstance();
FragmentTransaction ft = getSupportFragmentManager().beginTransaction();
ft.replace(R.id.frame_container, tFragment);
ft.commit();
any answer will be appreciable