static LocationModel() { Civic civ = new Civic(); Residential res = new Residential(); Commercial com = new Commercial(); }
static Residential() { Residential.RegisterSublocation(); }