public void UnPublish(long draftPropertyId, string userId)
 {
     using (var dbContext = new SMWEntities())
     {
         dbContext.Property_UnPublish(draftPropertyId);
     }
 }