public String add() {

    HotelSeguridad hotelSeguridad = new HotelSeguridad();
    hotelSeguridad.setId_hotel(form_hotel_id);
    hotelSeguridad.setLang(form_lang);
    hotelSeguridad.setDescription(form_security);

    seguridad = new HotelSeguridadManager().add(hotelSeguridad);

    status = "ok";

    return SUCCESS;
  }