@When("the user insert the personal and family history '$str'")
 public void whenTheUserInsertPersonalFamilyHistory(String str) {
   endUser.inserts_personal_family_history(str);
 }