public async Task <object> Edite(Property property)
        {
            bool isValid = await _propertiesService.ModifyProperty(property);

            _notification.SetNotificationMessage(isValid, Title, property.UID);

            return(_notification);
        }