def create
    @event_category = EventCategory.new(event_category_params)

    respond_to do |format|
      if @event_category.save