public static FragmentTransaction SetReorderingAllowedEx(this FragmentTransaction fragmentTransaction, bool reorderingAllowed)
 {
     return(fragmentTransaction.SetReorderingAllowed(reorderingAllowed));
 }