private function MakeBuildButton(Building $b, $text)
 {
     return "<a href=\"?command=insert&building=" . $b->ID() . "\">" . $text . "</a>";
 }