private void OnGetClicked(object sender, EventArgs eventArgs)
 {
     MainActivityVM.GetPersons();
 }