public bool HasKey(int ID) { return(entitys.Has(x => x.ID == ID)); }
public bool HasComponent(object type) { return(Components.Has(x => x.Item1 == type.GetType())); }