public void RemoveCommand(int index)
 {
     m_contentUI.Remove(index);
     m_listCommand.RemoveAt(index);
 }