internal void RemoveCommandAll()
 {
     m_listCommand = new List <Commands>();
     m_contentUI.RemoveAll();
 }