public ListAddRemoveLookupWebElement clickAdd() {
   super.clickAdd();
   return this;
 }
 public ListAddRemoveLookupWebElement addElementByChoosingFirstChoice(String text) {
   getInputComponent().typeAndSelectFirst(text);
   super.clickAdd();
   return this;
 }