public void FindFragment ()
		{
			fragment = (ActiveNotificationsFragment)FragmentManager
				.FindFragmentById (Resource.Id.sample_content_fragment);
		}
 public void FindFragment()
 {
     fragment = (ActiveNotificationsFragment)FragmentManager
                .FindFragmentById(Resource.Id.sample_content_fragment);
 }