void elevator_system_drawer::draw_person(Wt::WPainter& painter, Wt::WRectF const& rc)
	{
		painter.drawRect(rc);
	}