private void UploadChanges()
        {
            string text = numberView.Text.ToString();

            consume_update = true;
            cell_controller.UserSetData(text);
        }