public static bool ProcessProperty(Property prop)
 {
     return(PropertyRepository.AddPropertyToDB(prop));
 }