def create
    @agent_type = AgentType.new(agent_type_params)

    respond_to do |format|
      if @agent_type.save