public static string GetItemVideos(string SKU, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         string itemVideo = AspxItemMgntProvider.GetItemVideos(SKU, aspxCommonObj);
         return(itemVideo);
     }
     catch (Exception e)
     {
         throw e;
     }
 }