public void GetProductLocation(string currentURL, out IProduct currentProduct, out IModule currentModule)
 {
     CommonLinkUtility.GetLocationByUrl(currentURL, out currentProduct, out currentModule);
 }