protected function show()
 {
     return response()->json(Property::getProperty());
 }