public List<PropertyDetailData> getPropertyDetailDataBase(string ID)
 {
     PropertyDataBase pDB = new PropertyDataBase();
     return pDB.getPropertyDetailDataBase(ID);
 }