Initializes a new instance of the Container class using the container file path specified. Loads a generic container from disk.
public Container(string path);
Container Constructor