public void Detach(School school) { _school.Remove(school); }
public void Attach(School school) { _school.Add(school); }