public PropertyController(PropertyRepositry PropertyRepositry)
 {
     context = PropertyRepositry;
 }