public void AddBulk(IEnumerable <Doctor> entities)
 {
     _doctorRepository.AddBulk(entities);
 }