public void ShowFertilityList() { _Model = new PersonStatisticsViewModel(); DataContext = _Model; _Model.DownloadMostFertilyPersons(); ShowDialog(); }
public void ShowPersonsWithoutChilds() { _Model = new PersonStatisticsViewModel(); DataContext = _Model; _Model.DownloadPersonswithoutChildsData(); ShowDialog(); }