public void agregarEmpresa(String empresa, String ruc, String direccion) { contacto.agregarEmpresa(empresa, ruc, direccion); }