protected virtual void OnAdd(object type)
 {
     dataControl.addElement((int)type, null);
     OnChanged(reorderableList);
 }