public Report(EntityInfo[] _info) { allEntities = _info; }
public Report(EntityInfo _info) { allEntities = new EntityInfo[]{_info}; }