public static function getOne($id)
 {
     return PropertyExt::findOrFail($id);
 }