public PatientController()
 {
     servicePatient = new ServicePatient();
     serviceUser = new ServiceUser();
     serviceRDV = new ServiceRDV();
     serviceVisite = new ServiceVisite();
 }