public void RemoveText(int index)
 {
     TextboxRemoved?.Invoke(TextOptions[index]);
     TextOptions.Remove(index);
 }