public void Add(string type, string sipNo) { GatewayRecord gwRecord = new GatewayRecord(); gwRecord.sipNo = sipNo; gateway.Add(type, gwRecord); }