public DoctorProvider(string name, IRepository repository) { doctorIdentity = new DoctorIdentity(); doctorIdentity.Init(name, repository); }