private void Refresh(int year, int month)
 {
     headerManager.SetTitle($"{year} {cultureInfo.DateTimeFormat.GetMonthName(month)}");
     bodyManager.Initialize(year, month, OnButtonClicked);
 }