def destroy
    @observation_matrix_row_item.destroy
    respond_to do |format|
      if @observation_matrix_row_item.destroyed?
        format.html { redirect_to observation_matrix_row_items_url,