public static function getByPage()
 {
     return Property::orderBy('Id', 'DESC')->paginate(10);
 }