public PhotoPickerController(Action<UIImage> selectedAction) { Delegate = new PhotoControllerDelegate(selectedAction); }