public EoiDataContract(CorporationWebContract contract)
        {
            this.Id = contract.Id;

            _coporationWebContract = contract;
            _blueprint             = EoiDataInterface.GetBlueprint(contract.BlueprintId);
        }
 internal void Dispose()
 {
     _blueprint             = null;
     _coporationWebContract = null;
     _eoiContract           = null;
 }