/// <inheritdoc/>
 public void SetStatus(int id, bool status)
 {
     vacancyManager.SetStatus(id, status);
 }