private void OnEnable()
 {
     if (searchField == null)
     {
         searchField = new LocLayout.SearchField();
     }
 }