public DriveTreeItem(string name, DriveType driveType, TreeItem parent) : base(name, parent) { DriveType = driveType; }