def create
    @client_type = ClientType.new(client_type_params)

    respond_to do |format|
      if @client_type.save