public virtual ActionResult DeleteProperty(string ModelName, string ID, string PropertyName, string PropertyID)
 {
     return(Serialize(APIManager.DeleteProperty(Version, ModelName, ID, PropertyName, PropertyID)));
 }