// Call to load from the XIB/NIB file
		public MvxViewController (string viewName, NSBundle bundle) : base (viewName, bundle)
		{
			Initialize ();
		}
        protected MvxEventSourceViewController(string nibName, NSBundle bundle)
            : base(nibName, bundle)
        {	
			Initialize ();
        }