public List<string[]> getPropertyCategoryData()
 {
     PropertyDataBase pDB = new PropertyDataBase();
     return pDB.getPropertyCategory();
 }