public static List <Property> ProcessGetProperty()
 {
     //return PropertyRepository
     return(PropertyRepository.AllProperties());
 }