/// <summary>
 /// Returns the collection of site definitions that are available for creating Web sites within the site collection.
 /// </summary>
 /// <param name="LCID">A 32-bit unsigned integer that specifies the language of the site definitions to return from the collection.</param>
 /// <returns>An <see cref="SPWebTemplateCollection"/> object that represents the site definitions.</returns>
 internal SPWebTemplateCollection GetWebTemplates(uint LCID)
 {
     return(SiteCollection.GetWebTemplates(LCID));
 }