private PractitionerRepo(IPersistable persistable) { _persistable = persistable; _practitioners = _persistable.GetPractitioners(); }