def create
    @phenotype_comment = PicturePhenotypeComment.new(picture_phenotype_comment_params)
    if @phenotype_comment.comment_text.index(/\A(\@\#\d*\:)/) == nil
      @phenotype_comment.reply_to_id = -1
    else