def create
    @protocol = Protocol.new(protocol_params)

    respond_to do |format|
      if @protocol.save