/** * @param integer $id * @return Address */ public static function findById($id) { return ModelAddress::findById($id); }