protected void LaunchCalendarListScreen(EKEntityType calendarStore)
 {
     calendarListScreen = new Calendars.Screens.CalendarList.CalendarListController(calendarStore);
     NavigationController.PushViewController(calendarListScreen, true);
 }
		protected void LaunchCalendarListScreen (EKEntityType calendarStore)
		{
			calendarListScreen = new Calendars.Screens.CalendarList.CalendarListController (calendarStore);
			NavigationController.PushViewController (calendarListScreen, true);
		}