public void InputPicker_DidPressReturn(string text, InputPickerContentView input)
 {
 }
 public void InputPicker_SelectedIndexChanged(object selectedItem, InputPickerContentView input)
 {
     Console.WriteLine(selectedItem);
 }