private void CallBackScreen() { Intent returnIntent = new Intent(); mActivity.SetResult(Android.App.Result.Ok, returnIntent); mActivity.Finish(); }