public ListAddRemoveLookupWebElement clickModify(int index) {
   super.clickModify(index);
   return this;
 }
 public ListAddRemoveLookupWebElement modifyElementByChoosingFirstChoice(int index, String text) {
   super.clickModify(index);
   getInputComponent().clear();
   addElementByChoosingFirstChoice(text);
   return this;
 }