private void OnClickRemoveConnection(Connection connection)
 {
     m_nodeGraphModel.RemoveConnection(connection.m_id);
 }