public void Register(base_react react)
 {
     if (_reacts.Contains(react))
     {
         return;
     }
     _reacts.Add(react);
 }