private void RefreshStatuses()
 {
     Statuses.ForEach(s => s.Refresh());
 }