public static void Delete(long vendorSiteId)
 {
     service.DeleteSite(vendorSiteId, AuthenticationHelper.CompanyId.Value);
 }