public void AddOrUpdate(Patient entity)
 {
     _patientRepository.AddOrUpdate(entity);
 }