/// <summary>
 /// Deprecated Method for adding a new object to the StorageTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStorageTypes(StorageType storageType)
 {
     base.AddObject("StorageTypes", storageType);
 }
 /// <summary>
 /// Create a new StorageType object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static StorageType CreateStorageType(global::System.Int32 id)
 {
     StorageType storageType = new StorageType();
     storageType.ID = id;
     return storageType;
 }