//-- For latest item with Animation public static List <LatestItemsInfoAnimation> GetLatestItemsByCountAnimation(AspxCommonInfo aspxCommonObj, int count) { try { List <LatestItemsInfoAnimation> LatestItemsAni = AspxItemMgntProvider.GetLatestItemsByCountAnimation(aspxCommonObj, count); return(LatestItemsAni); } catch (Exception ex) { throw ex; } }