public void AddBulk(IEnumerable <Patient> entities)
 {
     _patientRepository.AddBulk(entities);
 }