def create
    @common_name = CommonName.new(common_name_params)

    respond_to do |format|
      if @common_name.save