public function FeatureLot() { return Lot::get()->sort('RAND()')->limit(1); }
public function Lots() { return Lot::get(); }