public function show($id)
 {
     return \App\Household::with("child", "address", "phone", "attachment")->where("id", "=", $id)->get();
 }