@When("the user insert the patient's cpf '$cpf'")
 public void whenTheUserInsertPatientCPF(String cpf) {
   endUser.inserts_patient_cpf(cpf);
 }