private void AddExcluded(ViewportSetupFileViewModel model)
 {
     Excluded.Add(model);
     CalculateStatus();
 }