private void OnCalculate()
 {
     Average      = _repo.CalculateAverageAge();
     IsCalculated = true;
 }