def create
    @create_type = CreateType.new(create_type_params)

    respond_to do |format|
      if @create_type.save