private IList GetList()
 {
     return(m_editor.GetValue());
 }
 private IList GetList(int index = -1)
 {
     return(m_editor.GetValue(index));
 }