/// <summary>
		/// Add a templated body in the collection.
		/// </summary>
		public void Add(BodyTemplate bodyTemplate)
		{
			List.Add(bodyTemplate);
		}
 /// <summary>
 /// Add a templated body in the collection.
 /// </summary>
 public void Add(BodyTemplate bodyTemplate)
 {
     List.Add(bodyTemplate);
 }