def update
    respond_to do |format|
      if @biological_relationship.update(biological_relationship_params)
        format.html { redirect_to @biological_relationship, notice: 'Biological relationship was successfully updated.' }
        format.json { render :show, status: :ok, location: @biological_relationship }