public void Retrieve(Vector3 position, Rect rect, Action <IGameEntity> doInsert)
 {
     Bin2D.Retrieve(rect, doInsert);
 }