public IEnumerable <String> GetAssociatedEntities(EntityBee bee)
 {
     return(_ctx.GetEntities(bee));
 }