-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jul 06, 2023 at 04:05 PM
-- Server version: 10.4.28-MariaDB
-- PHP Version: 8.2.4

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `event_management`
--

-- --------------------------------------------------------

--
-- Table structure for table `exhibitors`
--

CREATE TABLE `exhibitors` (
  `id` int(11) NOT NULL,
  `ref_no` varchar(50) NOT NULL,
  `exhibitor_name` varchar(100) NOT NULL,
  `exhibitor_designation` varchar(100) NOT NULL,
  `exhibitor_mobile_no` varchar(20) NOT NULL,
  `exhibitor_country` varchar(20) NOT NULL,
  `exhibitor_stall_no` varchar(10) NOT NULL,
  `exhibitor_company_name` varchar(100) NOT NULL,
  `exhibitor_email` varchar(100) NOT NULL,
  `exhibitor_tel_no` varchar(20) NOT NULL,
  `exhibitor_industries` varchar(100) NOT NULL,
  `exhibitor_hall` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `exhibitors`
--

INSERT INTO `exhibitors` (`id`, `ref_no`, `exhibitor_name`, `exhibitor_designation`, `exhibitor_mobile_no`, `exhibitor_country`, `exhibitor_stall_no`, `exhibitor_company_name`, `exhibitor_email`, `exhibitor_tel_no`, `exhibitor_industries`, `exhibitor_hall`) VALUES
(1, '200', 'Fawaz', 'Test', '77303384', 'Sri Lanka', '-', 'Test', 'j@j.com', '1234', 'Trade Visitor', '-'),
(2, '2339', 'Faalil', 'Owner', '777434343', 'Sri Lanka', '23', 'Helkl', 'jainud@jainuf', '', 'Trade Visitor', '');

-- --------------------------------------------------------

--
-- Table structure for table `exhibitor_attendances`
--

CREATE TABLE `exhibitor_attendances` (
  `id` int(11) NOT NULL,
  `exhibitor_id` int(11) NOT NULL,
  `date` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `visitors`
--

CREATE TABLE `visitors` (
  `id` int(11) NOT NULL,
  `visitor_ref_no` varchar(20) NOT NULL,
  `visitor_name` varchar(100) NOT NULL,
  `visitor_designation` varchar(100) NOT NULL,
  `visitor_mobile_no` varchar(20) NOT NULL,
  `visitor_country` varchar(100) NOT NULL,
  `visitor_company_name` varchar(100) NOT NULL,
  `visitor_email` varchar(100) NOT NULL,
  `visitor_tel_no` varchar(20) NOT NULL,
  `visitor_industries` varchar(100) NOT NULL,
  `pre_registration` int(11) NOT NULL,
  `invites` int(11) NOT NULL,
  `onsite` int(11) NOT NULL,
  `exhibitor` int(11) NOT NULL,
  `visitor_hear_about` varchar(50) NOT NULL,
  `visitor_remarks` varchar(200) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `visitors`
--

INSERT INTO `visitors` (`id`, `visitor_ref_no`, `visitor_name`, `visitor_designation`, `visitor_mobile_no`, `visitor_country`, `visitor_company_name`, `visitor_email`, `visitor_tel_no`, `visitor_industries`, `pre_registration`, `invites`, `onsite`, `exhibitor`, `visitor_hear_about`, `visitor_remarks`) VALUES
(1, '1001', 'Jayantha  Perera', 'President', '', '', 'Chamber of Construction Industry SL', '', '', '', 1, 0, 0, 0, '', ''),
(2, '1002', 'Chandana  Edirisuriya', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(3, '1003', 'Jayantha  Perera', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(4, '1004', 'M. Dinuk  Senanayake ', 'Hon. Secretary', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(5, '1005', 'A.R.H. Ameresekere', '', '', '', 'A R H Ameresekere Associates ', 'revatame3760@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(6, '1006', 'Jayampathi  Herath', 'Chairman BAE', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(7, '1007', 'Susil  Lamahewa ', 'Chairman BAP', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(8, '1008', 'Migara  Alwis', 'Chairman BOM', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(9, '1009', 'Muditha  Prematilaka', 'Chairman PAB', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(10, '1010', 'Surindu  Basnayake ', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(11, '1011', 'Nilesh  De Silva', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(12, '1012', 'Senaka  Perera ', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(13, '1013', 'Upendra  Arachchi ', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(14, '1014', 'R. A. D. Ruwan  Priyanka ', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(15, '1015', 'Sajeevi  Silva ', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(16, '1016', 'Damith  Premathilake ', 'Hon. Asst. Secetary', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(17, '1017', 'Arosh  Nissanka ', 'Hon. Asst. Treasurer', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(18, '1018', 'S. A. Lal  Abeyratne ', 'Hon. Treasurer', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(19, '1019', 'Rohana  Herath ', 'President', '', '', 'SL Institute of Architects ', 'secretariat@architects.lk', '', '', 1, 0, 0, 0, '', ''),
(20, '1020', 'C.P.  Samarasinghe', 'Reg. Member - In â€“ Council', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(21, '1021', 'Salinda  Rathugama', 'Vice President', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(22, '1022', 'Chameera  Udawatthe ', 'Council Member', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(23, '1023', 'Piyal  Silva', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(24, '1024', 'Gayan  Tudawe', 'Acting CEO', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(25, '1025', 'Sumith  Fonseka', 'Asst. Treasurer', '', '', 'SL Security Service Provider\'s Ass', 'secure@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(26, '1026', 'Dharshana  Ratnayake', 'Hony. Treasurer', '', '', 'SL Security Service Provider\'s Ass', 'info@brainyguards.com', '', '', 1, 0, 0, 0, '', ''),
(27, '1027', 'Parakrama Dissanayake', 'President', '', '', 'SL Security Service Provider\'s Ass', 'tissaaluwihare@sltnet.lk, Brens@sltnet.lk   ', '', '', 1, 0, 0, 0, '', ''),
(28, '1028', 'Surath  Wickramasinghe', '', '', '', '', 'surath.wick@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(29, '1029', 'Rohan  Karunarathne', 'Managing Director', '', '', 'AKK Engineers (Pvt) Ltd', 'akk286@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(30, '1030', 'Sarath A.  Samaraweera', '', '', '', 'Southern Group', 'sarath.samaraweera@hotmail.com>', '', '', 1, 0, 0, 0, '', ''),
(31, '1031', 'Samitha  Perera', 'CEO', '', '', 'CBL Foods International (Pvt) Ltd.,', 'samithap.cblf@cbllk.com', '', '', 1, 0, 0, 0, '', ''),
(32, '1032', 'Awantha  Athapaththu ', 'CEO', '', '', 'Genso Power Technologies (Pvt) Ltd', 'awantha_genso@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(33, '1033', 'Locana  Gunarathne', 'Director', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(34, '1034', 'Janaki  Kuruppu', 'Director', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(35, '1035', 'Asanka  Wijesinghe', 'Research Fellow', '', '', 'Institute of Policy Studies', '', '', '', 1, 0, 0, 0, '', ''),
(36, '1036', 'M.M.S.S.B.  Yalegama', 'Additional Secretary (Policy and Administration)', '', '', 'Mini of Urban Development and Housing', 'sugathssb@yahoo.com, adsec_admin@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(37, '1037', 'Susirith  Mendis', 'Board Member ', '', '', 'National Unity and Reconciliation ', '', '', '', 1, 0, 0, 0, '', ''),
(38, '1038', 'Namali  Sirisoma', 'President', '', '', 'The Chartered Ins. of Logistics & Transport', '', '', '', 1, 0, 0, 0, '', ''),
(39, '1039', 'D S D D C  Rajasinghe', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(40, '1040', 'K.B.V.  Indrapala', 'Additional Secretary (Engineering)', '', '', 'Ministry of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(41, '1041', 'D.M.K.S.  Dissanayake', 'Director (Engineering)', '', '', 'Ministry of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(42, '1042', 'Ravi Rupasinghe ', 'Chairman,', '', '', 'Aklan International (Pvt) Ltd,', 'ravi@aklan.lk', '', '', 1, 0, 0, 0, '', ''),
(43, '1043', 'M.G.A.N.  Jayathilake', 'Assistant Director', '', '', 'Dep of Pro. Management and Monitoring', 'Jayathilake.mgan@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(44, '1044', 'Chandana  Dalugoda', 'Director', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(45, '1045', 'Mahendra S.  Jayalath', 'Director', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(46, '1046', 'W.J.B.Shiromal  Fernando', 'Vice Chairman', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(47, '1047', 'Chandana  Dalugoda', '', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(48, '1048', 'U. K .S.  Hettige', 'Assistant Secretary', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(49, '1049', 'M. P. C.  Kumara', 'Assistant Treasurer', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(50, '1050', 'M. M. U. P.  Abahayagunawardane', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(51, '1051', 'W. B. Damitha  Abeykoon', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(52, '1052', 'V. H. M. S.  Babalagama', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(53, '1053', 'D. V. G. J.  Chamara', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(54, '1054', 'W. D.  Darshana', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(55, '1055', 'E. G. H.  Darshana', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(56, '1056', 'S. M. T. L.  De Silva', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(57, '1057', 'P. N. U.  De Silva', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(58, '1058', 'K. G. I.  Deshapriya', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(59, '1059', 'E. A. U.  Hemachandra', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(60, '1060', 'S. J.  Hettiarachchi', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(61, '1061', 'C. N.  Jayasinghe', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(62, '1062', 'K. P. C.  Jayawardena', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(63, '1063', 'A.  Kasthuriarachchi', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(64, '1064', 'W. A.  Kulathilake', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(65, '1065', 'S. D.  Meedeniya', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(66, '1066', 'H. H. C.  Piyadasa', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(67, '1067', 'L. W. N. D.  Rajaguru', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(68, '1068', 'A. A.  Rupasinghe', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(69, '1069', 'A. S. M.  Silva', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(70, '1070', 'K. A. S.  Thilakaratne', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(71, '1071', 'W. M. S. B.  Walisundara', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(72, '1072', 'M. B. P.  Jinadasa', 'Editor', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(73, '1073', 'A. Upali  Gunawardana', 'Past President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(74, '1074', 'M. S. B.  Rekogama', 'Past President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(75, '1075', 'U. A.  Gunasekera', 'Secretary', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(76, '1076', 'K. G. U. S.  Jayasekara', 'Treasurer', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(77, '1077', 'S. B. G. C. P. S.  Bandara', 'Vice President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(78, '1078', 'J. E. L  De Silva', 'Vice President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(79, '1079', 'B. N. P.  Mendis', 'Vice President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(80, '1080', 'G. D. F. U.  Perera', 'Vice President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(81, '1081', 'T. S. P.  Thalagala', 'Vice President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(82, '1082', 'S.  Mahinthan', 'Director (Development)', '', '', 'Mini of Urban Development & Housing', 'mahin.shiv@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(83, '1083', 'T.G.  Abesooriya', 'Director General (Development)', '', '', 'Mini of Urban Development & Housing', 'devika.dgmudh@gmail.com, dgdev@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(84, '1084', 'H.M. Hasan', 'Assistant Director (Technical)', '', '', 'Mini of Urban Development & Housing', '', '', '', 1, 0, 0, 0, '', ''),
(85, '1085', 'P.G.S.  PrabathÂ ', 'Assistant DirectorÂ  (Construction)', '', '', 'Mini of Urban Development & Housing', '', '', '', 1, 0, 0, 0, '', ''),
(86, '1086', 'P. Amarasooriya', 'Director (Construction)', '', '', 'Mini of Urban Development & Housing', '', '', '', 1, 0, 0, 0, '', ''),
(87, '1087', 'N. C.  Batugedara', 'Director (Engineering Services)', '', '', 'Mini of Urban Development & Housing', '', '', '', 1, 0, 0, 0, '', ''),
(88, '1088', 'H.M.U. Herath', 'Director (Technical)', '', '', 'Mini of Urban Development & Housing', '', '', '', 1, 0, 0, 0, '', ''),
(89, '1089', 'W. A. W.Â   Abayawardena', 'Director GeneralÂ  (Engineering Services)(Cover Up)', '', '', 'Mini of Urban Development & Housing', 'dges@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(90, '1090', 'S.  Dilojan', 'Engineer', '', '', 'Mini of Urban Development & Housing', '', '', '', 1, 0, 0, 0, '', ''),
(91, '1091', 'K.D.  Weerasinghe', 'Director', '', '', 'K.D.A. Weerasinghe & Co', 'menuwan@kdaw.lk', '', '', 1, 0, 0, 0, '', ''),
(92, '1092', 'Mahendra  Senarathna', 'Asst. Secretary', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(93, '1093', 'Madura  de Silva', 'Asst. Treasurer', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(94, '1094', 'K.D. Menuwan  Weerasinghe', 'Hon. Secretary', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(95, '1095', 'Mega  Kularatne', 'Second Vice President', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(96, '1096', 'Ashoka  Randeni', '', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(97, '1097', 'Rohana Wannigama', '', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(98, '1098', 'W. A.  Wimalaweera', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(99, '1099', 'J. M.  Liyanarachchi', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(100, '1100', 'H. A.  Mohottala', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(101, '1101', 'T. A. D. P.  Thambugala', 'Council Member', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(102, '1102', 'Pushpa Jinadasa ', 'President', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(103, '1103', 'W. B. M.  Thoradeniya', 'President Elect', '', '', 'Ins of Incorporated Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(104, '1104', 'Ashvin  Nanayakkara', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(105, '1105', 'K.G.D.  Priyanka', 'DIRECTOR (DEVELOPMENT)', '', '', 'Mini. of City Planning and Water Supply', '', '', '', 1, 0, 0, 0, '', ''),
(106, '1106', 'J.M.R.S.  Jayakodi', 'Assistant Director (Engineering Services)', '', '', 'Mini. of Urban Dev. and Housing ', '', '', '', 1, 0, 0, 0, '', ''),
(107, '1107', 'P.P.  Jayasekara ', 'Assistant Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(108, '1108', 'Y.B.P.  Kahatagahawatte ', 'Assistant Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(109, '1109', 'T.M.C.H.  Manike', 'Assistant Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(110, '1110', 'Victor  Chijdea', 'Ambassador', '', '', 'Embassy of Romania', 'colombo@mae.roâ€‹', '', '', 1, 0, 0, 0, '', ''),
(111, '1111', 'Paul  StephensÂ ', 'High Commissioner', '', '', 'Australian High Commission', 'reception.colombo@fat.gov.au', '', '', 1, 0, 0, 0, '', ''),
(112, '1112', 'Tareq Islam', 'High Commissioner', '', '', 'Bangladesh High Commission', 'tareq.ariful@mofa.gov.bd , bdhclanka@mofa.gov.bd', '', '', 1, 0, 0, 0, '', ''),
(113, '1113', 'Sergio luiz Canaes', 'Ambassador', '', '', 'Brazilian Embassy ', 'sajani.ramanayaka@itamaraty.gov.br', '', '', 1, 0, 0, 0, '', ''),
(114, '1114', 'Denis Chaibi', 'Ambassador', '', '', 'Delegation of The European Union', 'delegation_sri_lanka@eeas.europa.eu', '', '', 1, 0, 0, 0, '', ''),
(115, '1115', 'Jean-FranÃ§ois Pactet', 'Ambassador', '', '', 'Emb. of France in SL and Maldives', 'julie.nguyen@diplomatie.gouv.fr', '', '', 1, 0, 0, 0, '', ''),
(116, '1116', 'Holger Seubert', 'Ambassador', '', '', 'Emb. of Germany in Colombo', 'info@colo.diplo.de', '', '', 1, 0, 0, 0, '', ''),
(117, '1117', 'Abdul  Al-Harthy', 'Ambassador', '', '', 'Emb. of Royal of Saudi Arabia', 'lkemb@mofa.gov.sa', '', '', 1, 0, 0, 0, '', ''),
(118, '1118', 'Dominik Furgler', 'Ambassador', '', '', 'Emb. of Switzerland in SL and Maldives', 'colombo@eda.admin.ch', '', '', 1, 0, 0, 0, '', ''),
(119, '1119', 'Maged Mosleh', 'Ambassador', '', '', 'Emb. of The Arab Republic of Egypt', 'egyptlanka@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(120, '1120', 'Qi Zhenhong', 'Ambassador', '', '', 'Emb. of the People\'s Republic of China', 'chinaemb_lk@mfa.gov.cn', '', '', 1, 0, 0, 0, '', ''),
(121, '1121', 'Jeong Woonjin', 'Ambassador', '', '', 'Emb. of the Republic of Korea in SL', 'korembsl@mofa.go.kr ', '', '', 1, 0, 0, 0, '', ''),
(122, '1122', 'Levan S. Dzhagaryan', 'Ambassador', '', '', 'Emb of the Russian Federation', 'rusemb.srilanka@gmail.com, rusconsul.srilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(123, '1123', 'Khalaf M.M. Bu Dhhair', 'Ambassador', '', '', 'Emb. of the St. of Kuwait, SL and Maldives', 'info@kuwaitembassy.lk', '', '', 1, 0, 0, 0, '', ''),
(124, '1124', 'Mizukoshi Hideaki', 'Ambassador', '', '', 'Emb. of Japan in SL', 'econojpn@co.mofa.go.jp, cultujpn@co.mofa.go.jp', '', '', 1, 0, 0, 0, '', ''),
(125, '1125', 'M. Ashraf  Haidari ', 'Ambassador', '', '', 'High Commission ', 'info.colombo@mfa.af', '', '', 1, 0, 0, 0, '', ''),
(126, '1126', 'Koenraad  Pringiers', 'Honorary Consul', '', '', 'Honorary Consulate of Belgium', 'consubel.colombo@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(127, '1127', 'Hashem  Ashjazadeh', 'Ambassador', '', '', 'Islamic Republic of Iran to SL', 'iranemb.cmb@mfa.gov.ir', '', '', 1, 0, 0, 0, '', ''),
(128, '1128', 'Tan Yang Thai', 'High Commissioner', '', '', 'Malaysian High Commission in SL', 'mwcolombo@kln.gov.my', '', '', 1, 0, 0, 0, '', ''),
(129, '1129', 'Han  Thu', 'Ambassador', '', '', 'Myanmar Embassy in Colombo', 'myanlanka@gmail.com, myanembcb@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(130, '1130', 'Michael  Appleton', 'High Commissioner', '', '', 'New Zealand High Commission to SL', 'NZHCColombo@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(131, '1131', 'Trine JÃ¸ranli  Eskedal', 'Ambassador', '', '', 'Royal Norwegian Embassy', 'emb.colombo@mfa.no', '', '', 1, 0, 0, 0, '', ''),
(132, '1132', 'Poj Harnpol', 'Ambassador', '', '', 'Royal Thai Embassy', 'royalthaiembassyincolombo@gmail.com, thaicmb@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(133, '1133', 'Khaled Nasser  AlAmeri', 'Ambassador', '', '', 'United Arab Emirates Embassy ', 'colomboemb@mofaic.gov.ae', '', '', 1, 0, 0, 0, '', ''),
(134, '1134', 'Bonnie  Horbach', 'Ambassador', '', '', 'Emb. of the Kingdom of the Netherlands', 'col@minbuza.nl', '', '', 1, 0, 0, 0, '', ''),
(135, '1135', 'Dewi Gustina Tobing', 'Ambassador - Extraordinary and Plenipotentiary', '', '', 'Emb. of the Republic of Indonesia', 'dubes.colombo@kemlu.go.id', '', '', 1, 0, 0, 0, '', ''),
(136, '1136', 'Sarah  Hulton OBE', 'High Commissioner', '', '', 'British High Commission', 'colombo.general@fcdo.gov.uk', '', '', 1, 0, 0, 0, '', ''),
(137, '1137', 'Juana  RodrÃ­guez', 'Ambassador', '', '', 'Embassy of Cuba', 'cubaembalk@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(138, '1138', 'Robina P. Marks', 'High Commissioner', '', '', 'High Com. of South Africa ', 'colombo.consular@dirco.gov.za', '', '', 1, 0, 0, 0, '', ''),
(139, '1139', 'Ali  Faiz', 'High Commissioner', '', '', 'High Com. of the Republic of Maldives', '', '', '', 1, 0, 0, 0, '', ''),
(140, '1140', 'Rita Mannella', 'Ambassador', '', '', 'Italian Embassy ', 'ambasciata.colombo@esteri.it, colombo@cert.esteri.it', '', '', 1, 0, 0, 0, '', ''),
(141, '1141', 'Julie J. Chung', 'Ambassador', '', '', 'U.S. Embassy in Colombo', 'consularcolombo@state.gov', '', '', 1, 0, 0, 0, '', ''),
(142, '1142', 'Brian Udaigwe', 'Apostolic Nuncio ', '', '', 'Embassy of The Holy See (Vatican)', 'nuntius@stnet.lk, na.srilanka@diplomat.va ', '', '', 1, 0, 0, 0, '', ''),
(143, '1143', 'Umar Burki', 'High Commissioner', '', '', 'High Com. of the Islamic Rep. of Pakistan', 'pahiccolombo@mofa.gov.pk', '', '', 1, 0, 0, 0, '', ''),
(144, '1144', 'M.M.A. Fernando', 'ASSISTANT DIRECTOR', '', '', 'Mini of City Planning and Water Supply', 'adtec@mws.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(145, '1145', 'Deepal Subasinghe', 'Vice President', '', '', 'SLASSPA', 'vijithawelikala@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(146, '1146', 'Ananda  Rodrigo', 'Asst. Secretary', '', '', 'SL Security Service Provider\'s Ass.', 'ananda@certislanka.com', '', '', 1, 0, 0, 0, '', ''),
(147, '1147', 'K.N. Kumari  Somaratne', 'Additional SecretaryÂ (Development)', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(148, '1148', 'K.M.H.  Nilakshi', 'Assistant Director (Development)', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(149, '1149', 'H.A.R.P.  Fernando', 'Deputy Director (Planning)', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(150, '1150', 'Jayantha  Dharmadasa', 'Honorary Consul General', '', '', 'Consulate of Singapore ', 'nawaloka@slt.lk', '', '', 1, 0, 0, 0, '', ''),
(151, '1151', 'Eranda  Perera', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(152, '1152', 'Mario  De Alwis', 'Managing Director', '', '', 'Ma\'s Tropical Food Processing (Pvt) Ltd', 'info@masfoods.lk, happylifekitchen@masfoods.lk', '', '', 1, 0, 0, 0, '', ''),
(153, '1153', 'Dirk Flamer Caldera', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(154, '1154', 'W. Bandara', 'Managing Director', '', '', 'Ackmark Engineering (Pvt) Ltd', 'bandara@ackmark.com', '', '', 1, 0, 0, 0, '', ''),
(155, '1155', 'Iqram  Cuttilan', 'Managing Director', '', '', 'Aitken Spence Shipping Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(156, '1156', 'Tyeab  Akbarally', 'Director', '', '', 'Akbar Brothers (Pvt) Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(157, '1157', 'Gehan  Kuruppu', '', '', '', 'Akbar Brothers Ltd', 'E-Mail :Â gihan@akbar.com', '', '', 1, 0, 0, 0, '', ''),
(158, '1158', 'Amith  Mathangadeerage', 'Chartered Architect', '', '', 'AMCA', '', '', '', 1, 0, 0, 0, '', ''),
(159, '1159', 'SAMITHA  KARIYAWASAM', 'DIRECTOR', '', '', 'ANTARA INTERIOR SOLUTIONS PVT LTD', 'samitha@antara.lk', '', '', 1, 0, 0, 0, '', ''),
(160, '1160', 'Canisius Fernando ', 'Chief Executive Officer,', '', '', 'Aqua Packaging (Pvt) Ltd,', 'Â canisius@aqualk.com', '', '', 1, 0, 0, 0, '', ''),
(161, '1161', 'Sanjay  Samarasinghe', '', '', '', 'ARAMEX', 'sanjaysa@aramex.com', '', '', 1, 0, 0, 0, '', ''),
(162, '1162', 'Sujjith Kumar', 'Managing Director', '', '', 'Arkadia Foods (Pvt) Ltd', 'sujith@arkadia.lk', '', '', 1, 0, 0, 0, '', ''),
(163, '1163', 'Dumith  Fernando', 'Executive Chairman', '', '', 'Asia Securities (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(164, '1164', 'Deepal  Jayamanne', 'Director', '', '', 'Asia Siyaka Commodities (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(165, '1165', 'Jayantha  Keragala  ', 'Managing Director', '', '', 'Ceylon Tea Marketing (Pvt) LtdÂ Â Â Â  Â Â  ', '', '', '', 1, 0, 0, 0, '', ''),
(166, '1166', 'Malik  Fernando    ', 'Director', '', '', 'Dilmah', '', '', '', 1, 0, 0, 0, '', ''),
(167, '1167', 'Dhammika  Fernando', '', '', '', 'FTZMA', 'dhammi@slt.lk', '', '', 1, 0, 0, 0, '', ''),
(168, '1168', 'Tyronne  Wickamasinghe', '', '', '', 'FTZMA', 'tyronne.w@flintec.com', '', '', 1, 0, 0, 0, '', ''),
(169, '1169', 'Kumar  Seneviratne', '', '', '', 'Emjay Interational (Pvt) Ltd', 'kumars@emjayi.com', '', '', 1, 0, 0, 0, '', ''),
(170, '1170', 'Sarath  Wanniarachchi', '', '', '', 'Norlanka Manufacturing', 'sarath.wanniarachchi@norlankamfg.com', '', '', 1, 0, 0, 0, '', ''),
(171, '1171', 'Shiral  Fernando', '', '', '', 'Ceylon Tea Marketing (Pvt) Ltd', 'shipping@ctmtea.com', '', '', 1, 0, 0, 0, '', ''),
(172, '1172', 'Aadil  Anver', 'Managing Director', '', '', 'Asset Trust Markets (Pvt)Ltd', 'info@assettrust.lk,aadil@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(173, '1173', 'Ravin  Madusanka', 'Senior Brand Manager', '', '', 'Bairaha Farms PLC', 'ravin.madusanka@bairaha.com', '', '', 1, 0, 0, 0, '', ''),
(174, '1174', 'S.K. Lalith  Obeyesekere', 'Director/Chief Executive Officer', '', '', 'Balangoda Plantations PLC', 'lalithobey@bgdpl.com', '', '', 1, 0, 0, 0, '', ''),
(175, '1175', 'Palitha Sirimanne', 'Chief Engineer', '', '', 'BMICH', '', '', '', 1, 0, 0, 0, '', ''),
(176, '1176', 'Palitha Sirimanne', 'Chief Engineer', '', '', 'BMICH', '', '', '', 1, 0, 0, 0, '', ''),
(177, '1177', 'Sunil Dissanayake', 'Director General', '', '', 'BMICH', '', '', '', 1, 0, 0, 0, '', ''),
(178, '1178', 'Sunil Dissanayake', 'Director General', '', '', 'BMICH', '', '', '', 1, 0, 0, 0, '', ''),
(179, '1179', 'Gamini B.  Dodanwala', 'Chairman', '', '', 'Bhoomi Tech (Pvt) Ltd', '112713088', '', '', 1, 0, 0, 0, '', ''),
(180, '1180', 'Rasika  Dodanwala', 'Director', '', '', 'Bhoomi Tech (Pvt) Ltd', 'support@bhoomitech.com', '', '', 1, 0, 0, 0, '', ''),
(181, '1181', 'Sudath  Mendis', 'General Manager', '', '', 'Bhoomi Tech (Pvt) Ltd', 'sales3@bhoomitech.com', '', '', 1, 0, 0, 0, '', ''),
(182, '1182', 'Kanchana  Dodanwala', 'Managing Director', '', '', 'Bhoomi Tech (Pvt) Ltd', 'kanchanabhoomitech@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(183, '1183', 'Abbas  Esufally', 'Honorary Consul', '', '', 'Bhutanese Honorary Consulate in Colombo, Sri Lanka', 'bhutan.consul@hemas.com, abbas@hemas.com, suvannev@hemas.com', '', '', 1, 0, 0, 0, '', ''),
(184, '1184', 'P.A.B.U  PERERA', 'CEO', '', '', 'BIMSARA ENGINEERING (PVT) LTD ', 'bimsaraengineering@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(185, '1185', 'P.A.A . PERERA ', 'Chairman', '', '', 'BIMSARA ENGINEERING (PVT) LTD ', 'bimsaraengineering@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(186, '1186', 'W.P.A.K  PERERA', 'Managing Director', '', '', 'BIMSARA ENGINEERING (PVT) LTD ', 'bimsaraengineering@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(187, '1187', 'M G R  Dharmasiri', 'Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'ranjithd@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(188, '1188', 'W D G  Priyankara', 'Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'priyankarag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(189, '1189', 'W D G  Priyankara', 'Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'priyankarag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(190, '1190', 'W D G  Priyankara', 'Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'priyankarag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(191, '1191', 'M K D  LawranceÂ ', 'Executive DirectorÂ ', '', '', 'Board of Investment of Sri Lanka', 'lawranced@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(192, '1192', 'D M N  Dissanayake', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'dissanayakemn@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(193, '1193', 'G R C  Gamlath', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'grcg@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(194, '1194', 'G R C  Gamlath', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of Sri Lanka', 'grcg@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(195, '1195', 'Dumindra  Rathnayake', 'Chairman', '', '', 'Board of Investment of SL (BOI)', 'jayampathib@boi.lk ', '', '', 1, 0, 0, 0, '', ''),
(196, '1196', 'G.B.  Herath', 'Managing Director ', '', '', 'Boat Building Technology Improvement Institute Lanka (Gte) Ltd.', 'gamini_gtzbbp@sltnet.lk, mali_gtzbbp@sltnet.lk, gbherath@btilanka.com, mali@btilanka.com', '', '', 1, 0, 0, 0, '', ''),
(197, '1197', 'Brinda Namamunege', 'Plant Engineer', '', '', 'Brandix Apparel Solutions Pvt (Ltd)', 'sarangan@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(198, '1198', 'Sahad  Mukthar', '', '', '', 'Brandix Lanka Ltd', 'sahadm@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(199, '1199', 'Ronaldo Mendes Jr.', 'Consular', '', '', 'Brazilian Embassy ', 'ronaldomendes@itamaraty.gov.br', '', '', 1, 0, 0, 0, '', ''),
(200, '1200', 'Anoj  Munidasa', 'Director', '', '', 'Browns Thermal Engineering (Pvt) Ltd.,', 'anoj.m@brownsgroup.com', '', '', 1, 0, 0, 0, '', ''),
(201, '1201', 'Umar Fazil', 'Director', '', '', 'Budry Scales (Pvt) Ltd', 'umar@budryscales.com', '', '', 1, 0, 0, 0, '', ''),
(202, '1202', 'Rohitha  Gunarathna', 'Analytical Manager', '', '', 'BVCPSL', 'rohitha.gunarathna@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(203, '1203', 'Ali Askar  Shabbir', 'President', '', '', 'Business Chamber of Commerce', 'shabbir@adamexpo.net,bcchamber@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(204, '1204', 'Anura  Edirisinghe', '', '', '', 'C W Mackie PLC', 'anura@export.cwmackie.com', '', '', 1, 0, 0, 0, '', ''),
(205, '1205', 'A.N. Sugathapala ', 'Chief Executive Officer,', '', '', 'Cal Exports Lanka (Pvt)Ltd,', 'Â amila@calexpo.lk', '', '', 1, 0, 0, 0, '', ''),
(206, '1206', 'Asoka  Peiris', 'Managing Director', '', '', 'Cargills Foods Company Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(207, '1207', 'Samitha Perera ', 'Director/Chief Executive Officer', '', '', 'CBL Foods International (Pvt) Ltd.,', 'Â samithap.cblf@cbllk.com', '', '', 1, 0, 0, 0, '', ''),
(208, '1208', 'P.P.M.  Dias', 'Vice Chairman', '', '', 'Ceciliyan Associates (Pvt) LtdÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  ', '', '', '', 1, 0, 0, 0, '', ''),
(209, '1209', 'Kosala  Perera', 'Deputy General Manager', '', '', 'CLTC', 'kosalas@certislanka.com', '', '', 1, 0, 0, 0, '', ''),
(210, '1210', 'Nalin  Karunaratne', 'CEO', '', '', 'Ceylon Biscuits Limited', '', '', '', 1, 0, 0, 0, '', ''),
(211, '1211', 'Senaka  Alawattegama', 'Chairman ', '', '', 'Ceylon Planters\' Association', '', '', '', 1, 0, 0, 0, '', ''),
(212, '1212', 'Suresh  Shah', 'Chairman', '', '', 'Ceylon Tobacco Company', '', '', '', 1, 0, 0, 0, '', ''),
(213, '1213', 'Sanjay  Herath', '', '', '', 'Chairman Colombo Tea Traders Association', '', '', '', 1, 0, 0, 0, '', ''),
(214, '1214', 'Manilal  Fernando', 'President Elect', '', '', 'COCIS', '', '', '', 1, 0, 0, 0, '', ''),
(215, '1215', 'A.M. Jaufer', 'President', '', '', 'Chamber of Tourism and Ind. of SL', 'info@chambertourism.lk', '', '', 1, 0, 0, 0, '', ''),
(216, '1216', 'Gerard Mendis', 'Chairman', '', '', 'Chefs Guild of Lanka', 'info@gerardmendis.com, chefs@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(217, '1217', 'Li  Shenggang', 'Chairman', '', '', 'CPPEC Limited SL', 'cpp_lka@163.com', '', '', 1, 0, 0, 0, '', ''),
(218, '1218', 'Dileep Mudadeniya', 'HBM Vice President - John Keells Group', '', '', 'Cinnamon Hotel Management Ltd', 'dileep@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(219, '1219', 'Lasantha  Perera', 'Director/ CEO', '', '', 'CITRUS Vacations Ltd', 'lasantha@citrusleisure.com', '', '', 1, 0, 0, 0, '', ''),
(220, '1220', 'Saranga Wijeyarathne', 'Honarary President', '', '', 'Colombo Chamber of Commerce', 'info@ccc.lk', '', '', 1, 0, 0, 0, '', ''),
(221, '1221', 'H.D.A.S.  Premachandra', 'Advisor', '', '', 'Col. West International Terminal Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(222, '1222', 'M.M.  Ibrahim', 'Chairman', '', '', 'Confifi Hotel Supplies Ltd', 'info@confifi.com.lk', '', '', 1, 0, 0, 0, '', ''),
(223, '1223', 'Gassaly Hasan', 'Director/General Manager', '', '', 'Confifi Hotel Supplies Ltd', 'palitha@confifi.com.lk', '', '', 1, 0, 0, 0, '', ''),
(224, '1224', 'R.H. Ruvinis', 'Chairman', '', '', 'CIDA', 'cida@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(225, '1225', 'Gerard Pereira', 'Honorary Consul ', '', '', 'Consulate for Republic of Ireland', 'manik.pereira@honoraryconsul.ie , nilima.ranaweerasinghe@honoraryconsul.ie', '', '', 1, 0, 0, 0, '', ''),
(226, '1226', 'Ajit Gunewardene ', 'Honorary Consul General', '', '', 'Consulate General of Greece in Colombo, Sri Lanka', 'greececonsulate.srilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(227, '1227', 'Sanjay Kulatunga', 'Honorary Consul General', '', '', 'Consulate General of Sweden', 'colombo@consulateofsweden.in', '', '', 1, 0, 0, 0, '', ''),
(228, '1228', 'Thilak  De Zoysa', 'Honorary Consul', '', '', 'Consulate of The Croatian Embassy', 'gothami346@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(229, '1229', 'Hugh Sriyal  Dissanayake', 'Consul General', '', '', 'Consulate of The Philippines', 'philcon.cmb@cotrop.net', '', '', 1, 0, 0, 0, '', ''),
(230, '1230', 'Ahangama Dias', 'Honorary Consul', '', '', 'Consulate of The Republic of Cyprus', 'cyprusconsul@sltnet.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(231, '1231', 'G. Rohan  Nanayakkara', 'Honorary Consul', '', '', 'Consulate of The Republic of Hungary', 'consulate@rgroup-intl.com', '', '', 1, 0, 0, 0, '', ''),
(232, '1232', 'Roshan Ranawake', 'Managing Director', '', '', 'Control Union Inspections (Pvt) Ltd', 'cusrilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(233, '1233', 'S A L  Kumbukage', 'Managing Director', '', '', 'Creative Eco Solutions Pty Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(234, '1234', 'Maneesha  Kumbukage', 'Director', '', '', 'Creative Eco Solutions Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(235, '1235', 'Kasun  Rajapaksa', 'Managing Director,', '', '', 'D. Samson Industries (Pvt) Ltd.,', 'Â kasun@dsifootwear.com', '', '', 1, 0, 0, 0, '', ''),
(236, '1236', 'Nethshan  Narasinghe', 'Electronics Engineer', '', '', 'David Pieris Information Tech. ltd', 'nethshan@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(237, '1237', 'Menaka  Mangalanatha', 'Director Architect', '', '', 'Department of Buildings', '', '', '', 1, 0, 0, 0, '', ''),
(238, '1238', 'N.S.M.P.  Ranjith', 'Additional Director GeneralÂ ', '', '', 'Dep. of Pro. Management and Monitoring', 'ranjith.nsm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(239, '1239', 'M.H.M.  Zameel', 'Additional Director GeneralÂ ', '', '', 'Dep. of Pro. Management and Monitoring', 'zameel.mhm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(240, '1240', 'B.A.R.C.  Piyarathne', 'Deputy Director', '', '', 'Dep. of Pro. Management and Monitoring', 'piyarathna.barc@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(241, '1241', 'S. A. N.  Priyashantha', 'Deputy Director', '', '', 'Dep. of Pro. Management and Monitoring', 'priyashantha.san@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(242, '1242', 'K. Piratheepan', 'Director', '', '', 'Dep. of Pro. Management and Monitoring', 'piratheepan.k@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(243, '1243', 'T.A.D.D.  Premarathne Â  Â ', 'Director', '', '', 'Dep. of Pro. Management and Monitoring', 'premarathna.tadd@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(244, '1244', 'Duminda  Thantrimudali', 'Director', '', '', 'E-Trader Online Pvt. Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(245, '1245', 'Birendra  Perera', 'Director', '', '', 'Euro Scan Exports (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(246, '1246', 'Hatem Rajabdeen', 'President', '', '', 'European Chamber Of Commerce Of SL', 'hareuter@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(247, '1247', 'Channa  Gunawardena', '', '', '', 'Expelogix (Pvt) Ltd', 'channa.gunawardena@expelogix.com', '', '', 1, 0, 0, 0, '', ''),
(248, '1248', 'Rananja  Gonaduwa', '', '', '', 'Expo Global Freeport', 'rananjag@efl.global', '', '', 1, 0, 0, 0, '', ''),
(249, '1249', 'Chula  Jayasuriya', '', '', '', 'Exportersâ€™ Association of Sri Lanka', 'chulagj@yahoo.com.au', '', '', 1, 0, 0, 0, '', ''),
(250, '1250', 'Talal  Shums', 'Chairman', '', '', 'Exportersâ€™ Association of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(251, '1251', 'Ruwan  Edirisinghe', 'President', '', '', 'FCCISL', 'president@fccisl.lk  ajith@asianpromoters.com', '', '', 1, 0, 0, 0, '', ''),
(252, '1252', 'Keerthi Gunawardena', 'President', '', '', 'FCCISL', 'president@fccisl.lk  ', '', '', 1, 0, 0, 0, '', ''),
(253, '1253', 'Ajith D. Perera', 'Secretary General ', '', '', ' FCCISL', 'sg@fccisl.lk', '', '', 1, 0, 0, 0, '', ''),
(254, '1254', 'Ashroff  Omar', 'Honorary  Consulate ', '', '', 'Finnish Consulate', 'ashroffo@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(255, '1255', 'Ashroff  Omar', 'Honorary Consul General', '', '', 'Finnish Consulate', 'finlandconsulate@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(256, '1256', 'Vasantha  Dias', 'Secretary General', '', '', 'FTZMA', '', '', '', 1, 0, 0, 0, '', ''),
(257, '1257', 'Gihan Nanayakkara', 'Managing Director', '', '', 'Freightplan (Pvt) Ltd', 'gihan@fp.com.lk', '', '', 1, 0, 0, 0, '', ''),
(258, '1258', 'Amal  Sanderatne', 'CEO/Founder', '', '', 'Frontier Research', '', '', '', 1, 0, 0, 0, '', ''),
(259, '1259', 'Sarva  Ameresekera', 'Group Executive Director', '', '', 'George Steuart and Company Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(260, '1260', 'Nalin  Gankanda ', 'Deputy General Manager, Regulatory â€“ CMA', '', '', 'George Steuart Engineering Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(261, '1261', 'Hisham Greasy', 'Channel Development Manager', '', '', 'Gills International (Pvt) Ltd', 'hisham.greasy@gillsfoods.com', '', '', 1, 0, 0, 0, '', ''),
(262, '1262', 'Lionel  Nawagamuwa', 'Director', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(263, '1263', 'T.B.  Siriwardena', 'Director', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(264, '1264', 'Rohan Gunasekera', 'Managing Director', '', '', 'GTT Corporation Pvt Ltd', 'rohan.gtt@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(265, '1265', 'Amal  Rodrigo', 'Director', '', '', 'Hayleys Advantis', '', '', '', 1, 0, 0, 0, '', ''),
(266, '1266', 'Kithsiri  Palihawadana', '', '', '', 'Hayleys Fibre PLC', 'kithsiri.palihawadana@hayleysfibre.com', '', '', 1, 0, 0, 0, '', ''),
(267, '1267', 'Priyantha  Punchihewa', '', '', '', 'Hayleys Free Zone Ltd', 'priyantha.punchihewa@advantis.world', '', '', 1, 0, 0, 0, '', ''),
(268, '1268', 'Mushin  Kitchilan', 'Director Maritime and Logistics', '', '', 'Hemas Holdings PLC', '', '', '', 1, 0, 0, 0, '', ''),
(269, '1269', 'Eric Walsh', 'High Commissioner', '', '', 'High Commission of Canada ', 'clmbo@international.gc.ca', '', '', 1, 0, 0, 0, '', ''),
(270, '1270', 'Gopal  Baglay', 'High Commissioner', '', '', 'High Commission of India', 'hco.colombo@mea.gov.in', '', '', 1, 0, 0, 0, '', ''),
(271, '1271', 'L S  Thilakkumara', 'Director - Zone', '', '', 'Horana Export Procesing Zone', 'sujeewat@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(272, '1272', 'Ravi  Thambiayah', 'Chairman', '', '', 'Hotel Renuka', '', '', '', 1, 0, 0, 0, '', ''),
(273, '1273', 'Dinesh  Chandrasekera', '', '', '', 'HTL Logistics (Pvt) Ltd', 'dinesh@htllogistics.com', '', '', 1, 0, 0, 0, '', ''),
(274, '1274', 'Rohan  Fernando', 'Managing Director', '', '', 'HVA Lanka Exports (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(275, '1275', 'K.A.I.E Kahandawala', 'Assistan Engineer', '', '', 'Ilukkumbura Automation Pvt Ltd', 'isuruprabodha@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(276, '1276', 'Jayantha  Karunaratne ', 'Managing Director', '', '', 'Imperial Teas (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(277, '1277', 'Dickie  Juriansz', 'Chairman', '', '', 'Imperial Teas Exports (Pvt) Ltd', 'dickiej@impratea.lk', '', '', 1, 0, 0, 0, '', ''),
(278, '1278', 'Niranjan  Dissanayake', 'Chairman', '', '', 'ISCCC', '', '', '', 1, 0, 0, 0, '', ''),
(279, '1279', 'S.   Amarasekera', 'Director', '', '', 'ICTAD', '', '', '', 1, 0, 0, 0, '', ''),
(280, '1280', 'Chandana  Aluthgama', 'PRESIDENT', '', '', 'Insurance Association of Sri Lanka', 'chandana.aluthgama@srilankainsurance.com', '', '', 1, 0, 0, 0, '', ''),
(281, '1281', 'Tanuj  Edward', 'SECRETARY', '', '', 'Insurance Association of Sri Lanka', 'tanuj.edward@orientinsurance.lk', '', '', 1, 0, 0, 0, '', ''),
(282, '1282', 'JM  Niyas', 'SECRETARY-GENERAL', '', '', 'Insurance Association of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(283, '1283', 'Lasitha  Wimalaratne', 'VICE PRESIDENT', '', '', 'Insurance Association of Sri Lanka', 'lasitha.wimalaratne@hnbassurance.com', '', '', 1, 0, 0, 0, '', ''),
(284, '1284', 'Hiddadura  Mendis', 'Director', '', '', 'Int. Business Consortium (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(285, '1285', 'Kosala Wickramanayake', 'President', '', '', 'International Business Council', 'lbclanka@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(286, '1286', 'Dinesh  Weerakkody  ', 'Chairman', '', '', 'Int. Chamber Of Commerce SL', 'info@iccsrilanka.com ', '', '', 1, 0, 0, 0, '', ''),
(287, '1287', 'Shanil  Fernando', 'Chairman', '', '', 'Int. Chamber Of Commerce SL', 'secretariat@iccsrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(288, '1288', 'Hemakumara Gunasekara', 'Honorary Secretary', '', '', 'Int. Chamber Of Commerce SL', 'info@iccsrilanka.com ', '', '', 1, 0, 0, 0, '', ''),
(289, '1289', 'H.M.Samitha Suraweera', 'Quantity surveyor/Services Engineer', '', '', 'Int. Construction Consortium', 'prabodha95@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(290, '1290', 'Charith  Perera', 'Director', '', '', 'Int. Construction Consortium ', 'charith@icc-construct.com', '', '', 1, 0, 0, 0, '', ''),
(291, '1291', 'Hiran  Embuldeniya', 'Managing Partner', '', '', 'Ironwood Capital Partners', '', '', '', 1, 0, 0, 0, '', ''),
(292, '1292', 'Hiroki Oi', 'Resident Represenative', '', '', 'Japan External Trade Organization', 'hiroki_oi@jetro.go.jp', '', '', 1, 0, 0, 0, '', ''),
(293, '1293', 'Aelian  Gunawardena ', 'CDASL Committee Member', '', '', 'JAT Holdings PLC', '', '', '', 1, 0, 0, 0, '', ''),
(294, '1294', 'Murtaza  Jafferjee', 'Managing Director', '', '', 'JB Securities', '', '', '', 1, 0, 0, 0, '', ''),
(295, '1295', 'Gihan  Cooray', 'Deputy Chairman', '', '', 'John Keels Holdings PLC', '', '', '', 1, 0, 0, 0, '', ''),
(296, '1296', 'Yassir Muieen', 'President', '', '', 'Junior Chamber International SL', 'srilanka@jci.cc', '', '', 1, 0, 0, 0, '', ''),
(297, '1297', 'D. M.Niranda  Dasanayake', 'Draughtsman', '', '', 'Kandy Town Plan Center', '', '', '', 1, 0, 0, 0, '', ''),
(298, '1298', 'A S K T Ranjan  Sibera', 'Director - Zone', '', '', 'Katunayake Export Processing Zone', 'ranjans@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(299, '1299', 'Mahinda Saranapala ', 'Director/CEO,', '', '', 'Kelani Cables Plc.,', 'Â mahinda@kelanicables.com', '', '', 1, 0, 0, 0, '', ''),
(300, '1300', 'Son Joo Hong', 'Director General', '', '', 'KOTRA-Korea ', 'joo7@kotra.or.kr', '', '', 1, 0, 0, 0, '', ''),
(301, '1301', 'Suren  Rajakarier', 'Partner/ Chief Operating Officer', '', '', 'KPMG Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(302, '1302', 'N. M. Jeremy  AdamsÂ ', 'Treasurer', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(303, '1303', 'J. Anura  VithanageÂ ', 'Chairman', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(304, '1304', 'Damith  Shaminda', 'Executive - Brands', '', '', 'Lanka Spice (Pvt) Ltd', 'damith@mccurrie.net', '', '', 1, 0, 0, 0, '', ''),
(305, '1305', 'A.A.M.  Illiyas', 'Director', '', '', 'Lucky Property Developers Pvt Ltd', 'illiyas@lucky.lk', '', '', 1, 0, 0, 0, '', ''),
(306, '1306', 'Nuwan Attanayake', 'Director', '', '', 'Luna Productions', 'nuwan.attanayake@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(307, '1307', 'Andre  Fernando ', 'Chairman ', '', '', 'MAC G. F Lanka (Pvt) Ltd', 'andre@macholdings.com', '', '', 1, 0, 0, 0, '', ''),
(308, '1308', 'Kamal  Boyagama ', 'Director / Group COO ', '', '', 'MAC G. F Lanka (Pvt) Ltd', 'kamalb@macholdings.com', '', '', 1, 0, 0, 0, '', ''),
(309, '1309', 'Sanoj  Perera ', 'Operations Manager', '', '', 'MAC G. F Lanka (Pvt) Ltd', 'sanojp@macholdings.com', '', '', 1, 0, 0, 0, '', ''),
(310, '1310', 'Gayan  Maddumarachchi ', 'Regional Director / General Manager', '', '', 'MAC G. F Lanka (Pvt) Ltd', 'gayanm@macholdings.com', '', '', 1, 0, 0, 0, '', ''),
(311, '1311', 'Andre  Fernando', '', '', '', 'MAC Holdings Private Limited', 'andre@macholdings.com', '', '', 1, 0, 0, 0, '', ''),
(312, '1312', 'Gayan  Maddumaarachchi', '', '', '', 'MAC Supply Chain Solutions (Pvt) Ltd', 'gayanm@macholdings.com', '', '', 1, 0, 0, 0, '', ''),
(313, '1313', 'Malshan  Amarasinghe', 'Managing Director', '', '', 'Mahajana Printers and Stationary', '', '', '', 1, 0, 0, 0, '', ''),
(314, '1314', 'Joel  Selvanayagam', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(315, '1315', 'Abdul Karim', 'Proprietor', '', '', 'Maksons', '', '', '', 1, 0, 0, 0, '', ''),
(316, '1316', 'Lanin A.J.  Fernando', 'Honorary Consul ', '', '', 'Maltese Honorary Consulate in Colombo', 'maltaconsul.colombo@gov.mt\r\nlalin_fernando@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(317, '1317', 'Russell  Juriansz', '', '', '', 'Martin Bauer Hayleys (Pvt) Limited', 'russellJ@martin-bauer-hayleys.com', '', '', 1, 0, 0, 0, '', ''),
(318, '1318', 'Duminda  Senaratne', '', '', '', 'Martin Bauer Hayleys (Pvt) Limited', 'dumindaS@martin-bauer-hayleys.com', '', '', 1, 0, 0, 0, '', ''),
(319, '1319', 'Russel  Juriansz', '', '', '', 'Martin Bauer Hayleys (Pvt) Ltd', 'russellJ@martin-bauer-hayleys.com', '', '', 1, 0, 0, 0, '', ''),
(320, '1320', 'Sean  Van Dort', '', '', '', 'MAS Holdings (Pvt) Ltd', 'seanv@masholdings.com', '', '', 1, 0, 0, 0, '', ''),
(321, '1321', 'Sunil  Poholiyadde', 'CEO', '', '', 'Maskeliya Plantations PLCÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â', '', '', '', 1, 0, 0, 0, '', ''),
(322, '1322', 'Suren  Abeysekera', '', '', '', 'Mast Far East', 'sabeysekera@mast.com', '', '', 1, 0, 0, 0, '', ''),
(323, '1323', 'Gunadasa Samarasinghe', 'Secretary', '', '', 'Ministry of Agriculture', '', '', '', 1, 0, 0, 0, '', ''),
(324, '1324', 'A.C.M.  Nafeel', 'ADDITIONAL SECRETARY(DEVELOPMENT)', '', '', 'Ministry of City Planning and Water Supply', '', '', '', 1, 0, 0, 0, '', ''),
(325, '1325', 'Chandana  Weerasena', 'Actg. Director General (Bilateral )', '', '', 'MDSIT', 'chandana.weerasena(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(326, '1326', 'M.K.B.I. Wimalasena', 'Assistant Director (Bilateral)', '', '', 'MDSIT', 'buddhika.wimalasena(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(327, '1327', 'K.M. Ransiri  Perera', 'Director', '', '', 'MDSIT', 'ransiri.perera(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(328, '1328', 'K.H.M.D.  Wijewardana', 'Director (Multilateral)', '', '', 'MDSIT', '', '', '', 1, 0, 0, 0, '', ''),
(329, '1329', 'Kapila  Fonseka', 'Director General', '', '', 'MDSIT', 'kapila.fonseka@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(330, '1330', 'E.M.H.Â  Abeyrathne', 'Head of Branch', '', '', 'MDSIT', 'economic(at)mfa.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(331, '1331', 'R.M  Abyeratne', 'Secretary', '', '', 'Ministry of Housing and Construction', '', '', '', 1, 0, 0, 0, '', ''),
(332, '1332', 'Chaminda Pathiraja', 'Additional Secretary', '', '', 'Ministry of Industries', 'kwelapatha@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(333, '1333', 'K.W.  Elapatha', 'Director - Development Division 4', '', '', 'Ministry of Industries', 'kwelapatha@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(334, '1334', 'Vindika Piyaratne', 'Director - Sector 2', '', '', 'Ministry of Industries', '', '', '', 1, 0, 0, 0, '', ''),
(335, '1335', 'D.  Swarnapala', 'Secretary', '', '', 'Mini. of Internal Affairs and Wayamba', '', '', '', 1, 0, 0, 0, '', ''),
(336, '1336', 'S Gamage', 'Secretary', '', '', 'Mini. of Justice and Prison Reforms', 'secretary@moj.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(337, '1337', 'R.P.A. Wimalaweera', 'Private Secretary', '', '', 'Mini. of Labour and Trade Union Relations', 'slmol@slt.lk', '', '', 1, 0, 0, 0, '', ''),
(338, '1338', 'D. A.  Gunaratne', 'Engineering Consultant', '', '', 'Mini. Of Megapolis and Western Dev.', 'dalkandura1gunaratne@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(339, '1339', 'Piyatissa Senaratna', 'Secretary ', '', '', 'Mini. Of Megapolis and Western Dev.', '', '', '', 1, 0, 0, 0, '', ''),
(340, '1340', 'Sudharma Karunaratne', 'Secretary', '', '', 'Mini. of Petroleum Resources Dev.', '', '', '', 1, 0, 0, 0, '', ''),
(341, '1341', 'Chinthaka  Priyantha', 'Secretary', '', '', 'Ministry of Plantation Industries', 'info@plantationindustries.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(342, '1342', 'A.H. Sunil  Gunawardena', 'Additional SecretaryÂ ', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(343, '1343', 'R.A.P.I.  Perera', 'Director (Planning)', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(344, '1344', 'M.  Kirubasuthan', 'Director General', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(345, '1345', 'I.M.S.  Bandara', 'Director General (Engineering)', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(346, '1346', 'M.H.V.L.A.  Wijayapala', 'Senior Assistant Secretary', '', '', 'Ministry of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(347, '1347', 'S.S.  Mudalige', 'Director General (Planning and Monitoring)', '', '', 'Ministry of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(348, '1348', 'W.H.K.D.B.  Rathnayake ', 'Director(Planning & Monitoring)', '', '', 'Ministry of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(349, '1349', 'P.A.  Madhusanka', 'Senior Assistant Secretary (Development)', '', '', 'Ministry of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(350, '1350', 'W.M. Ananda', 'Additional Secretary (Housing)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(351, '1351', 'Neel  Fernando', 'Assistant Director (Planning)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(352, '1352', 'K.G.M.B. Wickramasinghe', 'Assistant Director (Planning)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(353, '1353', 'M.G. Kandeeban', 'Chief Internal Auditor', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(354, '1354', 'V.  Premachandra', 'Director (Development)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(355, '1355', 'Samantha  Siridewa', 'Director (Planning) (Cover Up)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(356, '1356', 'A S  Subasinghe', 'Senior Deputy Director', '', '', 'Mirigama Export Processing Zone', 'subasinghes@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(357, '1357', 'H K M N P  Ranatunga', 'Director - Zone', '', '', 'Mirijjavila Export Processing Zone', 'ranatungap@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(358, '1358', 'S S M  Abeysekara', 'Senior Deputy Director (Zone Management)', '', '', 'Mirijjavila Export Processing Zone', 'senakaa@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(359, '1359', 'Arjuna  Perera', 'Director', '', '', 'Mlesna Tea', '', '', '', 1, 0, 0, 0, '', ''),
(360, '1360', 'Danushka  Samarasinghe', 'Chief Strategy Officer & Director', '', '', 'Nation Lanka Equities (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(361, '1361', 'Bandula  Dissanayake', 'Secretary General / CEO', '', '', 'NCCIS', 'sg@nationalchamber.lk', '', '', 1, 0, 0, 0, '', '');
INSERT INTO `visitors` (`id`, `visitor_ref_no`, `visitor_name`, `visitor_designation`, `visitor_mobile_no`, `visitor_country`, `visitor_company_name`, `visitor_email`, `visitor_tel_no`, `visitor_industries`, `pre_registration`, `invites`, `onsite`, `exhibitor`, `visitor_hear_about`, `visitor_remarks`) VALUES
(362, '1362', 'Shiham  Marikkar', '', '', '', 'National Chamber of Exporters of SL', 'sg@nce.lk', '', '', 1, 0, 0, 0, '', ''),
(363, '1363', 'Dilshan  Rajapakse', '', '', '', 'National Chamber of Exporters of SL', 'dilshan@dsifootwear.com', '', '', 1, 0, 0, 0, '', ''),
(364, '1364', 'SAMINDA  BANDARA', 'HONY. ASSISTANT SECRETARY', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(365, '1365', 'LAKSHAN  ALGAMA', 'HONY. ASSISTANT TREASURER', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(366, '1366', 'RAJEEV  DE SILVA', 'HONY. TREASURER', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(367, '1367', 'JAYANTHA  KARUNARATNE', 'PRESIDENT', '', '', 'National Chamber of Exporters of SL', 'nce@nce.lk', '', '', 1, 0, 0, 0, '', ''),
(368, '1368', 'FARHATH  AMITH', 'REPRESENTATIVE FROM COUNCIL', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(369, '1369', 'INDHRA RAJAPAKSA', 'VICE PRESIDENT', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(370, '1370', 'DILSHAN  RAJAPAKSA', 'VICE PRESIDENT', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(371, '1371', 'Pubudu Perera', '2nd Vice Chairman', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(372, '1372', 'Susantha  Liyanarachchi', 'Chairman', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(373, '1373', 'W.A..W. Perera', 'Hon. Secretary', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(374, '1374', 'K. Liyanarachchi', 'Hon. Treasurer', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(375, '1375', 'M.Darinton Paul', 'Chairman', '', '', 'NCASL', 'darinton.con@gmail.com, randika@ncasl.lk', '', '', 1, 0, 0, 0, '', ''),
(376, '1376', 'Bashu Dev Mishra', 'Ambassador', '', '', 'Nepalese Embassy in Colombo, SL', 'eoncolombo@mofa.gov.np', '', '', 1, 0, 0, 0, '', ''),
(377, '1377', 'Senaka Silva', 'Honorary Consul', '', '', 'New Zealand Honorary Consulate', 'senakaws@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(378, '1378', 'Krishan  Balendra', 'Honorary Consul General', '', '', 'PHCGC', 'senora.jkh@keells.com;hkonsul.colombo@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(379, '1379', 'H.E. Holger Seubert', 'Patron', '', '', 'Germany Business Council', 'l@colo.auswaertiges-amt.de;', '', '', 1, 0, 0, 0, '', ''),
(380, '1380', 'Surendra Ediriweera', 'President', '', '', 'Germany Business Council', 'julianne@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(381, '1381', 'Mark Francis', 'President', '', '', 'Germany Business Council', 'malship@sltnet.lk; ed@malshiplogistics.com.lk;', '', '', 1, 0, 0, 0, '', ''),
(382, '1382', 'Thilak  Weerasinghe', 'President', '', '', 'SL Ass. of Inbound Tour Operators', '', '', '', 1, 0, 0, 0, '', ''),
(383, '1383', 'Shamal  Perera', 'Chairman', '', '', 'SL Ass. of Vessel Operators', 'secretary@slavo.lk', '', '', 1, 0, 0, 0, '', ''),
(384, '1384', 'Bandula Fernando', 'President', '', '', 'SK Chamber Of Garment Exporters', 'slcge_@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(385, '1385', 'Eranjith Ranasinghe', 'Managing Director', '', '', 'SL Chamber Of Pharmaceutical Ind.', 'Â kasturi@hemas.com', '', '', 1, 0, 0, 0, '', ''),
(386, '1386', 'Dilith  Jayaweera', 'President', '', '', 'Sri Lanka Chamber Of Pharmaceutical Industries', 'slcpi@chamber.lk, Shyam.Sathasivam@sunshineholdings.lk', '', '', 1, 0, 0, 0, '', ''),
(387, '1387', 'Rohan De Silva', 'President', '', '', 'Sri Lanka Chamber Of Small Industry', 'mcader@sinwaholdings.com,slcsmi@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(388, '1388', 'Thisum  Jayasuriya', 'Chairman', '', '', 'Sri Lanka Convention Bureau', 'chairmanslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(389, '1389', 'Krishantha  Fernando', 'General Manager', '', '', 'Sri Lanka Convention Bureau', 'gmslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(390, '1390', 'Inoshi Perera', '', '', '', 'Sri Lanka Convention Bureau', 'gmslcb@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(391, '1391', 'Kumudini  Irugalbandara', 'Assistant Director', '', '', 'Sri Lanka Export Development Board', 'kumudu@edb.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(392, '1392', 'Kingsley Bernard', 'Chairman', '', '', 'Sri Lanka Export Development Board', '', '', '', 1, 0, 0, 0, '', ''),
(393, '1393', 'Neville  Ratnayaka', 'Chairman', '', '', 'Sri Lanka Federation of Tea Small HoldingÂ Development SocietiesÂ Â Â Â Â Â Â Â Â Â Â Â Â Â  ', '', '', '', 1, 0, 0, 0, '', ''),
(394, '1394', 'J.S. Pathirana', 'ChairmanÂ  ', '', '', 'SL Federation of Tea Smallholder', '', '', '', 1, 0, 0, 0, '', ''),
(395, '1395', 'S.W. Alahakoon', 'Honorary President', '', '', 'SLFPA', 'info@slfpa.org ', '', '', 1, 0, 0, 0, '', ''),
(396, '1396', 'A.H.M. Imtizam', 'Chairman', '', '', 'SL Gem & Jewellery Ass.', 'slgja@facetssrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(397, '1397', 'Ajward Deen', 'Chairman', '', '', 'SL Gem & Jewellery Ass.', 'slgja@facetssrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(398, '1398', 'Basil De Silva', 'Secretary', '', '', 'SL Government Surveyors\' Ass.', 'surveygsa@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(399, '1399', 'Lal Balasuriya', 'Head of School', '', '', 'SL Institute of Architects', '', '', '', 1, 0, 0, 0, '', ''),
(400, '1400', 'D.H.   Wijewardena', '', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(401, '1401', 'Rohana  Herath', '', '', '', 'SL Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(402, '1402', 'Fuziya  Careem ', 'Assistant Secretary', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(403, '1403', 'Asanga  Thanthirige', 'Assistant Treasurer', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(404, '1404', 'Suranga  Gunesekara ', 'Chairman - Education & Training Committee', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(405, '1405', 'Dilruk  Tissera ', 'Chairman - Event Management & Fund Raising Committee', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(406, '1406', 'Eranda  Bandara', 'Chairman - Institutional Affairs & Relations Committee', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(407, '1407', 'Rajika  Nalinpriya ', 'Chairman - Membership Promotion Committee', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(408, '1408', 'Pamuditha  Wasala ', 'Chairman - Professional Advancement & Disciplinary Committee', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(409, '1409', 'Achala  Nanayakkara', 'President', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(410, '1410', 'Omali  Panditha', 'Secretary', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(411, '1411', 'Vanee  Radhakrishnan', 'Treasurer', '', '', 'SL Institute of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(412, '1412', 'Keith D.  Bernard', 'Chairman', '', '', 'SL Ports Authority', 'chairman@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(413, '1413', 'H.M. Prabath  Jayantha', 'Managing Director', '', '', 'SL Ports Authority', 'md@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(414, '1414', 'G.U.K.  Algewattege', 'Vice Chairman', '', '', 'SL Ports Authority', 'vc@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(415, '1415', 'Lionel  Herath', 'Chairman  ', '', '', 'SL Tea Factory Owners Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(416, '1416', 'Dushyantha ', 'President', '', '', 'SL Thailand Business Council', 'rnazeer@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(417, '1417', 'Lakshan Madurasinghe', 'President', '', '', 'The American Chamber of Com. in SL', 'President@amcham.lk, info@amcham.lk', '', '', 1, 0, 0, 0, '', ''),
(418, '1418', 'Devappriya Hettiarachchi', 'Chief Executive / Secretary', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(419, '1419', 'Kandiah ', 'Consultant', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(420, '1420', 'Dhammika  Attygalle', 'President and Chairman', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(421, '1421', 'Amal  Cabraal', 'Board Member', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(422, '1422', 'Sarath  Ganegoda', 'Board Member', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(423, '1423', 'Asoka  Peiris', 'Board Member', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(424, '1424', 'Bingumal  Thewarathanthri', 'Board Member', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(425, '1425', 'Manjula  de Silva', 'CEO/Secretary General', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(426, '1426', 'Vish  Govindasamy', 'Chairman', '', '', 'The Ceylon Chamber of Commerce', 'Vish.Govindasamy@sunshineholdings.lk', '', '', 1, 0, 0, 0, '', ''),
(427, '1427', 'Krishan Balendra', 'Deputy Vice Chairman', '', '', 'The Ceylon Chamber of Commerce', 'Krishan.jkh@keells.com', '', '', 1, 0, 0, 0, '', ''),
(428, '1428', 'Buwanekabahu  Perera', 'Secretary General/CEO', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(429, '1429', 'Dinesh  de Silva', 'Trade Facilitation Expert', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(430, '1430', 'Duminda Hulangamuwa', 'Vice Chairman', '', '', 'The Ceylon Chamber of Commerce', 'duminda.hulangamuwa@lk.ey.com', '', '', 1, 0, 0, 0, '', ''),
(431, '1431', 'Yasendra  Amarasinghe', 'Chairman', '', '', 'The Ceylon Motor Traders Ass.', 'murtaza.jaff@jb.lk', '', '', 1, 0, 0, 0, '', ''),
(432, '1432', 'Yshan  Fernando', 'Chairman', '', '', 'The Colombo Brokers Association', 'yshan@forbeswalker.com', '', '', 1, 0, 0, 0, '', ''),
(433, '1433', 'Bandula Dissanayake', 'Secretary General/CEO', '', '', 'NCCSL', 'sg@nationalchamber.lk', '', '', 1, 0, 0, 0, '', ''),
(434, '1434', 'Suresh K.  Ganeshan', 'Asst. Secretary General', '', '', 'The Plantersâ€™ Association of CeylonÂ Â Â Â Â  ', '', '', '', 1, 0, 0, 0, '', ''),
(435, '1435', 'Malin  Goonetileke', 'Secretary General ', '', '', 'The Plantersâ€™ Association of CeylonÂ Â Â Â Â  ', '', '', '', 1, 0, 0, 0, '', ''),
(436, '1436', 'PHILLIP  LOOSLI', 'Director', '', '', 'U.S. Embassy Colombo', '', '', '', 1, 0, 0, 0, '', ''),
(437, '1437', 'Unais Mohamed  Aliyar', 'Architect', '', '', 'UCAD Design and Build', '', '', '', 1, 0, 0, 0, '', ''),
(438, '1438', 'Avindra  De Silva', 'Director - Head of Tea Division', '', '', 'Unilever Ceylon Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(439, '1439', 'Nimesh  Herath', 'Chairman', '', '', 'Urban Development Autnority', 'chairman@uda.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(440, '1440', 'Deshal  de Mel', 'Research Director', '', '', 'VeritÃ© Research (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(441, '1441', 'Rizvi  Zaheed', 'Director', '', '', 'Vidullanka PLC', '', '', '', 1, 0, 0, 0, '', ''),
(442, '1442', 'Nihal Illeperuma', 'Chairman', '', '', 'Visit Lanka (Pvt) Ltd', 'nihalvl@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(443, '1443', 'Chanaka Alwis', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', 'chanaka@visitlanka.com', '', '', 1, 0, 0, 0, '', ''),
(444, '1444', 'Prasanna Hewage', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', 'prasanna751@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(445, '1445', 'Reggie Abeykoon', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', 'reggie@visitlanka.com', '', '', 1, 0, 0, 0, '', ''),
(446, '1446', 'A. Hameed Razack', 'Managing Director', '', '', 'Visit Lanka (Pvt) Ltd', 'hameed@visitlanka.com', '', '', 1, 0, 0, 0, '', ''),
(447, '1447', 'A. Hameed Razack', 'Managing Director', '', '', 'Visit Lanka (Pvt) Ltd', 'hameed@visitlanka.com', '', '', 1, 0, 0, 0, '', ''),
(448, '1448', 'Binesh  Pananwala', 'CEO', '', '', 'Watawala Plantation PLC', '', '', '', 1, 0, 0, 0, '', ''),
(449, '1449', 'Rohan Fernandopulle', 'Chairman & CEO', '', '', 'Waters Edge', 'we@watersedge.lk', '', '', 1, 0, 0, 0, '', ''),
(450, '1450', 'Lalith  Wijayasiri', 'Director', '', '', 'Wijayasiri Fresh Food (Pvt)Ltd', 'lalithwijaya@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(451, '1451', 'T. S  Wijesuriya', 'Director/Engineer', '', '', 'Wijesuriya Marketing Services (Pvt) Ltd', 'sameendratw@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(452, '1452', 'K.  Wijesuriya', 'Managing Director', '', '', 'Wijesuriya Marketing Services (Pvt) Ltd', 'wijesuriya.p@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(453, '1453', 'Hiran  de Alwis ', 'Attorney-at-Law', '', '', '', 'hda@sltnet.lk, hiran@ceylaw.com', '', '', 1, 0, 0, 0, '', ''),
(454, '1454', 'S.  Ganeshanadan ', 'Proprietor', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(455, '1455', 'Elmo J.  De Silva', '', '', '', '', 'info@kahawita.com', '', '', 1, 0, 0, 0, '', ''),
(456, '1456', 'Anil Cooke', 'Managing Director', '', '', 'Asia Siyaka Commodities PLC', 'anil@siyaka.lk', '', '', 1, 0, 0, 0, '', ''),
(457, '1457', 'Ashroff  Omar', 'CEO', '', '', 'Brandix Lanka Limited', 'info@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(458, '1458', 'S.T.S.  Arulananthan', 'President ', '', '', 'Ceylon Hardware Merchantsâ€™ Association', '', '', '', 1, 0, 0, 0, '', ''),
(459, '1459', 'Mahanama  Jayamanne', 'Vice President', '', '', 'Chamber of Construction Industry SL', '', '', '', 1, 0, 0, 0, '', ''),
(460, '1460', 'Yshan  Fernando', 'Chairman ', '', '', 'Colombo Brokers\' Association', 'yshan@forbeswalker.com', '', '', 1, 0, 0, 0, '', ''),
(461, '1461', 'Ajantha  Galhena', 'Additional Director General', '', '', 'SPMM', 'galhena.a@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(462, '1462', 'John Wilson Parners', 'Vice President', '', '', 'European Chamber Of Commerce Of SL', 'tyagarajah.dilipan@gmail.comÂ ,dilipant@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(463, '1463', 'Anselm  Perera', 'Chairman', '', '', 'Euro-Scan Exports (Pvt) Ltd', 'chairmanctta@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(464, '1464', 'SANDEEP  GOPAL', 'Director', '', '', 'Fairfirst Insurance Limited', '', '', '', 1, 0, 0, 0, '', ''),
(465, '1465', 'Romesh  Moreas   ', 'Marketing Director', '', '', 'Finlays Colombo PLC', '', '', '', 1, 0, 0, 0, '', ''),
(466, '1466', 'Patrick Greenwood', 'Director Project Dev.', '', '', 'Frontier International (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(467, '1467', 'Sanjeeva Abeygoonawardena', 'Director', '', '', 'Hayleys Advantis Limited', '', '', '', 1, 0, 0, 0, '', ''),
(468, '1468', 'Joel  Selvanayagam', 'Chairman', '', '', 'Hovael Holdings (Pvt) Ltd', 'marketing@hovael.com, construct@hovael.com', '', '', 1, 0, 0, 0, '', ''),
(469, '1469', 'Upul  Shantha ', 'President', '', '', 'Institute of Quantity Surveyors, SL', 'iqssl.lk@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(470, '1470', 'Harsha  De Saram', 'Deputy Chairman &amp; CEO', '', '', 'ICC', 'icc@icc-construct.com', '', '', 1, 0, 0, 0, '', ''),
(471, '1471', 'Chandana  Amaradasa', 'Director/CEO', '', '', 'Island Leisure Lanka', 'chandana@islandleisure.lk', '', '', 1, 0, 0, 0, '', ''),
(472, '1472', 'Mahesh  Pasqual', 'Managing Director', '', '', 'Isuru Engineering (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(473, '1473', 'Nalin  Ariyaratne ', 'General Manager', '', '', 'Jetwing Events (Private) Limited', 'nalin@jetwing.lk', '', '', 1, 0, 0, 0, '', ''),
(474, '1474', 'Sharad  Amalean', 'Chairman ', '', '', 'Joint Apparel Association Forum SL', 'azeem@maliban.lk', '', '', 1, 0, 0, 0, '', ''),
(475, '1475', 'Damian  BertusÂ ', 'Coordinator', '', '', 'Lanka Readymix Concrete Ass. ', '', '', '', 1, 0, 0, 0, '', ''),
(476, '1476', 'Tissa  MallawarachchiÂ ', 'Secretary', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(477, '1477', 'Athula  Jayaratne', 'Council Member', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(478, '1478', 'S  Thumilan', 'Council Member', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(479, '1479', 'A.D.R. Christie  Leonard', 'Hon. Treasurer', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(480, '1480', 'Priyantha  Perera', 'President', '', '', 'Major Constructors of SL', 'majorconstructorsofsrilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(481, '1481', 'Gration  Fernando', '', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(482, '1482', 'Shevantha  Mendis', '', '', '', 'Major Constructors of SL', '', '', '', 1, 0, 0, 0, '', ''),
(483, '1483', 'SHIRENDRA  LAWRENCE', 'Vice President', '', '', 'MAS Holdings (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(484, '1484', 'SANDUN  HAPUGODA', 'Director', '', '', 'Mastercard', '', '', '', 1, 0, 0, 0, '', ''),
(485, '1485', 'R.M.W.S Samaradiwakara', 'Secretary', '', '', 'Mini. of City Planning and Water Supply', '', '', '', 1, 0, 0, 0, '', ''),
(486, '1486', 'M.M.P.K Mayadunne', 'Secretary', '', '', 'Mini. of Highways & Road Dev.', '', '', '', 1, 0, 0, 0, '', ''),
(487, '1487', 'H.C.S. De. Zoysa', 'Assistant Director (Planning and Monitoring)', '', '', 'Mini. of Urban Development and Housing', 'ad_plan@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(488, '1488', 'Peter Decker', 'President', '', '', 'SL Association of Printers', 'slap@srilankaprinters.com, president@srilankaprinters.com', '', '', 1, 0, 0, 0, '', ''),
(489, '1489', 'Doraisamy  Vigneshwaran', 'President', '', '', 'SL Gov. Surveyors\' Association', '', '', '', 1, 0, 0, 0, '', ''),
(490, '1490', 'Niraj de Mel', 'Chariman', '', '', 'Sri Lanka Tea Board', 'niraj@vanrees.lk', '', '', 1, 0, 0, 0, '', ''),
(491, '1491', 'Reggie Abeykoon', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', 'mlfe1623@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(492, '1492', 'Devappriya Hettiarachchi', 'Chief Executive / Secretary', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(493, '1493', 'J.M. Thilaka Jayasundara', 'Secretary', '', '', 'Ministry of Industries', '', '', '', 1, 0, 0, 0, '', ''),
(494, '1494', 'Malkanthi Welikala', 'Manager Marketing', '', '', 'Sri Lanka Convention Bureau', 'kumuduslcb@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(495, '1495', 'D A S  Amarakoon', 'Director', '', '', 'Board of Investment of SL', 'sajeewanid@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(496, '1496', 'M I A  Gunaratne', 'Senior Deputy Director', '', '', 'Board of Investment of SL', 'irushag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(497, '1497', 'Thamari  Batuwantudawa', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'thamarib@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(498, '1498', 'Alikie Perera', 'Deputy Secretary General/Financial Controller', '', '', 'Ceylon Chamber of Commerce', 'info@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(499, '1499', 'B.W.G.C.S.  Bogahawatta', 'Additional Director GeneralÂ ', '', '', 'DPMM', 'bogahawatta.bwgcs@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(500, '1500', 'S.V. S.  DharshaniÂ ', 'Deputy Director', '', '', 'DPMM', 'darshani.svs@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(501, '1501', 'D.M.J.K. Dissanayaka', 'Deputy Director', '', '', 'DPMM', 'dissanayake.dmjk@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(502, '1502', 'M.N.S.  Perera', 'Deputy Director', '', '', 'DPMM', 'perera.mns@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(503, '1503', 'A.K.G.K.U.  Rathnathilaka', 'Deputy Director', '', '', 'DPMM', 'rathnathilaka.akgku@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(504, '1504', 'P.K.A.D.  De Silva', 'Director General', '', '', 'DPMM', 'dgpmm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(505, '1505', 'Nipuni  Payagala', 'Operation\' s manager', '', '', 'ECCSL', '', '', '', 1, 0, 0, 0, '', ''),
(506, '1506', 'R P S  Pushpakumari', 'Senior Deputy Director', '', '', 'Malwatta Export Processing Zone', 'samanthip@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(507, '1507', 'N.M.M. Marickkar', 'ADDITIONAL SECRETARY (ACT)', '', '', 'Mini. of City Planning and Water Supply', 'addlsectmws@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(508, '1508', 'L.P.T.D. De Silva', 'DEPUTY DIRECTOR', '', '', 'Mini.of City Planning and Water Supply', 'adtechmcpws@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(509, '1509', 'U.A.  Ranasinghe', 'Head of Branch', '', '', 'MDSIT', 'ctu@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(510, '1510', 'H.M.L.S.  Herath', 'Additional Secretary (Admin & Finance)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(511, '1511', 'W.S.  Pushparani', 'Chief Financial Officer', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(512, '1512', 'N.A.H.K.  Wijerathna', 'Chief Internal Auditor', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(513, '1513', 'K.  Pradeepa', 'Deputy Director (Planning)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(514, '1514', 'H.R.  Sirinama', 'Director (Development)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(515, '1515', 'E.B.  Vindyani', 'Director (Export Zones Development)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(516, '1516', 'R.P.  Hettiarachchi', 'Director (Planning)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(517, '1517', 'D.N.  Hettiarachchi', 'Senior Assistant Secretary', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(518, '1518', 'S.J.M.H.C.  Samarakoon', 'Additional Secretary (Development)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(519, '1519', 'I.R.M.  Kossinna', 'Deputy Director (Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(520, '1520', 'Pushpani  Amarathunga ', 'Deputy Director(Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(521, '1521', 'P.P.  Hewapathirana', 'Deputy Director(Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(522, '1522', 'A.A.L.  Amarasekara', 'Director (Land)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(523, '1523', 'THUSHARI  WEERAKOON', 'HONY. SECRETARY', '', '', 'National Chamber of Exporters of SL', '', '', '', 1, 0, 0, 0, '', ''),
(524, '1524', 'NILRUKSHI  DE SILVA', 'REPRESENTATIVE FROM COUNCIL', '', '', 'National Chamber of Exporters of SL ', '', '', '', 1, 0, 0, 0, '', ''),
(525, '1525', 'Jeewani Siriwardana', 'Addl. Director General - Development', '', '', 'SL Export Development Board', 'jeevani@edb.gov.lk ', '', '', 1, 0, 0, 0, '', ''),
(526, '1526', 'Anoma Premathilake', 'Director - Market Development', '', '', 'SL Export Development Board', 'anoma@edb.tradenetsl.lk pras@edb.gov.lk or anoma@edb.gov.lk.', '', '', 1, 0, 0, 0, '', ''),
(527, '1527', 'Malini Baddegamage', 'Director General (Acting)', '', '', 'SL Export Development Board', '', '', '', 1, 0, 0, 0, '', ''),
(528, '1528', 'Kumudu  Hennedige', 'Manager - Research, Development & Training', '', '', 'SL Convention Bureau', 'kumuduslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(529, '1529', 'Romali  Tudawe', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(530, '1530', 'Zainab  Naleem', 'General Manager', '', '', 'Asset Trust Markets (Pvt)Ltd', 'zainab@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(531, '1531', 'Chanaki  De Costa', 'Director/ General Manager', '', '', 'BVCPSL  (Pvt) Ltd ', 'chanaki.costa@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(532, '1532', 'Dhara Wijethilaka', 'Chief Executive Officer / Secretary General', '', '', 'Ceylon Chamber of Commerce', 'mangala@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(533, '1533', 'Lilakshi  de Mel', 'Senior Assistant Secretary General', '', '', 'Ceylon Chamber of Commerce', 'lilakshi@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(534, '1534', 'Catriona  Jayasundera', 'General Manager - Commercial and Marketing', '', '', 'Col. Int. Container Terminals Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(535, '1535', 'K.D.A.  Munasinghe', 'Additional Director GeneralÂ ', '', '', 'DPMM', 'munasinghe.kda@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(536, '1536', 'Ahalya  Lakshman Â  Â ', 'Deputy Director', '', '', 'DPMM', 'luxman.a@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(537, '1537', 'D.A.C.D.  Peiris', 'Deputy Director', '', '', 'DPMM', 'peiris.dacd@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(538, '1538', 'M.  Senadeera', 'Deputy Director', '', '', 'DPMM', 'senadeera.m@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(539, '1539', 'T.M.B.P.K.  Thennakoon', 'Deputy Director', '', '', 'DPMM', 'tennakoon.tmbpk@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(540, '1540', 'B.C.B.  Thilakarathne', 'Deputy Director', '', '', 'DPMM', 'thilakarathne.bcb@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(541, '1541', 'N.A.  Amarathunga Â  Â ', 'Director', '', '', 'DPMM', 'amarathunga.n@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(542, '1542', 'P.H.  Chandima', 'Director', '', '', 'DPMM', 'chandima.ph@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(543, '1543', 'S. Jalatheepan Â  Â ', 'Director', '', '', 'DPMM', 'jalatheepan.s@pmmd.treasury.gov.lk Â  Â ', '', '', 1, 0, 0, 0, '', ''),
(544, '1544', 'Divya Perera', 'CEO', '', '', 'E-Silk Route Ventures (Pvt) Ltd', 'ecom@esilkroute.com.lk', '', '', 1, 0, 0, 0, '', ''),
(545, '1545', 'Chrishani  Hettiarachchi', 'Contract professional', '', '', 'GIZ Sri Lanka and Maldives ', 'chrishani.hettiarachchi@giz.de', '', '', 1, 0, 0, 0, '', ''),
(546, '1546', 'Barbara  Ansorge', 'Head of Finance and Administration', '', '', 'GIZ Sri Lanka and Maldives ', 'baerbel.fischer@giz.de', '', '', 1, 0, 0, 0, '', ''),
(547, '1547', 'Aaranya Rajasingham', '', '', '', 'GIZ Sri Lanka and Maldives ', 'aaranya.rajasingam@giz.de', '', '', 1, 0, 0, 0, '', ''),
(548, '1548', 'Chamila ', 'Director', '', '', 'Heavenz Ceylon', 'chamila@heavenzceylon.com', '', '', 1, 0, 0, 0, '', ''),
(549, '1549', 'Kasturi  Wilson', 'Group CEO', '', '', 'Hemas Holdings PLC', '', '', '', 1, 0, 0, 0, '', ''),
(550, '1550', 'Nadika  Opatha', 'TREASURER', '', '', 'IASL', 'nadikao@lolclife.com', '', '', 1, 0, 0, 0, '', ''),
(551, '1551', 'Kazuhiko  Obama', 'Director ', '', '', 'Japan External Trade Organization', '', '', '', 1, 0, 0, 0, '', ''),
(552, '1552', 'Shiromal  Cooray', 'Managing Director', '', '', 'Jetwing Travels Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(553, '1553', 'Udeni ', 'Managing Director', '', '', 'Kavin Polymers (Pvt) Limited.,', 'Â udenin@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(554, '1554', 'M.K.  Mallikaratchy', 'Actg. Director General (Multilateral)', '', '', 'MDSIT', 'manori.mallikaratchy@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(555, '1555', 'Navarathnam  Gajithra', 'Assistant Director (Special Projects and Technical Co-operation)', '', '', 'MDSIT', 'navarathnam.gajithra@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(556, '1556', 'Shanthi  Bandara', 'Coordinating  Secretary', '', '', 'MDSIT', 'secretary@modsit.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(557, '1557', 'Priyanga  Wickramasinghe', 'Director', '', '', 'MDSIT', 'priyanga.wickrramasinghe@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(558, '1558', 'M.E.M. Joseph  Weninger', 'Director General (Special Projects and Technical Co-operation)', '', '', 'MDSIT', 'mem.weninger@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(559, '1559', 'J.P.  Priyangani', 'Director Dept of Public Enterprise', '', '', 'Ministry of Finance ', '', '', '', 1, 0, 0, 0, '', ''),
(560, '1560', 'Aruni Wijewardena', 'Private Secretary', '', '', 'Ministry of Foreign Affairs', 'cypher@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(561, '1561', 'W.M.D.T  Wickremasinghe', 'Addl. Secretary (Dev)Â ', '', '', 'Mini. of Plantation Industries', '', '', '', 1, 0, 0, 0, '', ''),
(562, '1562', 'S.K  Manoja', 'Assistant Director (Planning and Monitoring)', '', '', 'Housing & Construction Division', 'ad_plan2@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(563, '1563', 'Priyanga  Senarathna', 'Director (Planning and Monitoring)', '', '', 'Housing & Construction Division', 'priyangase@gmail.com, dir_plan@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(564, '1564', 'Anoja  Herath', 'Director (Policy)', '', '', 'Housing & Construction Division', 'anoja.herath74@gmail.com, dir_policy@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(565, '1565', 'S.N.B.A.K.M.N.D.  Namarathne', 'Additional Secretary (Development)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(566, '1566', 'C.R.  Gunasekara', 'Assistant Secretary (Admin)', '', '', 'Housing & Construction Division', 'admin@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(567, '1567', 'T.  Jesudasan', 'Assistant Secretary (Admin)', '', '', 'Housing & Construction Division', 'admin1@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(568, '1568', 'M.S. Paranayapa', 'AssistantÂ  Director (Housing)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(569, '1569', 'S.M. Sandamali', 'Audit Superintendent (Government Audit)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(570, '1570', 'P.S.N. Fernando', 'Chief Financial Officer', '', '', 'Housing & Construction Division', 'cfo@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(571, '1571', 'G. P. H.  Irangani', 'Deputy Director (Planning)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(572, '1572', 'Deepani  Priyanka', 'Deputy Director (Planning)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(573, '1573', 'B.A. Wijerathne', 'Director General', '', '', 'Housing & Construction Division', 'plan@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(574, '1574', 'A.M.D.P.R. Amarathunga', 'Senior Assistant SecretaryÂ Â Â  (Admin)', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(575, '1575', 'Gayani ', 'Head of Legal,', '', '', 'Multichemi International Ltd,', 'Â gayanish@nbc.lk', '', '', 1, 0, 0, 0, '', ''),
(576, '1576', 'Shenali Panabokke', 'Managing Director', '', '', 'SL - Maldives Bilateral Business Council', 'niral@venture-resources.lk', '', '', 1, 0, 0, 0, '', ''),
(577, '1577', 'Ushani  Dassanayake', 'Secretary', '', '', 'Sri Lanka Maldives Business Council', '', '', '', 1, 0, 0, 0, '', ''),
(578, '1578', 'Shiromal  Cooray', 'Board Member', '', '', 'The Ceylon Chamber of Commerce', '', '', '', 1, 0, 0, 0, '', ''),
(579, '1579', 'Ushendrini Amerasinghe', 'Senior Assistant Secretary General', '', '', 'The Ceylon Chamber of Commerce', 'ushendrini@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(580, '1580', 'Subhashini  Abeysinghe', 'Research Director', '', '', 'VeritÃ© Research (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(581, '1581', 'Anoji De Silva', 'Chairperson', '', '', 'WCIC', 'wcicsl1@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(582, '1582', 'Felicia  Adhihetty ', 'Managing Director', '', '', 'B Connected (Pvt) Ltd ', 'md@bconnected.lk', '', '', 1, 0, 0, 0, '', ''),
(583, '1583', 'Paddy  Paul  ', 'Director', '', '', 'Golden Isle Travel (Pvt) Ltd', 'paddy@goldenislesrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(584, '1584', 'Janice Ranasinghe ', 'Proprietor', '', '', 'Kairos', 'janis.kairos@gmail.com,janis@sltnet.lk, kairos@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(585, '1585', 'S N B A K M D  Namarathna', 'Additional Secretary â€“ Development (Resettlement) / Resettlement Division', '', '', 'MUDH', '', '', '', 1, 0, 0, 0, '', ''),
(586, '1586', 'Pavithri  Peiris', 'Director Promotion', '', '', 'Sri Lanka Tea Board', 'pavithrip@pureceylontea.com', '', '', 1, 0, 0, 0, '', ''),
(587, '1587', 'A.K.T.D  ABHAYAJEEEWA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(588, '1588', 'WMA  BANDARA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(589, '1589', 'J  EDIRISINGHA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(590, '1590', 'W G W  GNANATHEEPAN', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(591, '1591', 'DEVSRIYANI  JAYASUNDERA (FITPSL)', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(592, '1592', 'M H V R  KUMARA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(593, '1593', 'PRIYANI  NAWARATHNE', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(594, '1594', 'CHATHURA  PALISKARA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(595, '1595', 'T.G.U.  PERERA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(596, '1596', 'LJ  PRASANNA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(597, '1597', 'CHINTHAKA  RATHNASIRI', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(598, '1598', 'PIYAL  SILVA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(599, '1599', 'KISHAN  SUGATHAPALA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(600, '1600', 'AMILA  JAYASINGHE', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(601, '1601', 'G.P.T.S  HEMAKUMARA', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(602, '1602', 'JAGATH  MUNASINGHE', '', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(603, '1603', 'Ajith  De Alwis', 'Director', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(604, '1604', 'Chithra  Wedikkara', 'Director', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(605, '1605', 'Priyan  Mendis', 'Founder Chairman', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(606, '1606', 'Sarath Fernando', 'Director General', '', '', 'Institute of Textile & Apparel ', '', '', '', 1, 0, 0, 0, '', ''),
(607, '1607', 'Ranjith  Dissanayake', 'Vice President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(608, '1608', 'Chitra  Weddikkara', 'Vice President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(609, '1609', 'Ranjith  Dissanayake ', 'Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(610, '1610', 'D Pradeep S  Kannangara', 'Hony. Secretary', '', '', 'SSSPA', 'pradeep@absecuritas.com', '', '', 1, 0, 0, 0, '', ''),
(611, '1611', 'Dipika K. Dharmadasa', '', '', '', 'DWA (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(612, '1612', 'Delano  Dias', '', '', '', 'Millers Ltd', 'delano@millerslimited.com', '', '', 1, 0, 0, 0, '', ''),
(613, '1613', 'Ranil  Goonetilleke', '', '', '', 'Lion Brewery (Ceylon PLC)', 'ranil@lionbeer.com', '', '', 1, 0, 0, 0, '', ''),
(614, '1614', 'Vish  Govindasamy', 'Group Managing Director', '', '', 'Sunshine Holdings PLC', 'vishgovindasamy@sunshineholdings.lk', '', '', 1, 0, 0, 0, '', ''),
(615, '1615', 'PRESANTHA  JAYAMAHA', 'President Emeritus', '', '', 'Elyon Global (Pvt) Limited', '', '', '', 1, 0, 0, 0, '', ''),
(616, '1616', 'Alan Palmer', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(617, '1617', 'Arlette Palmer', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(618, '1618', 'HARSHA  RANDENY', 'Director', '', '', 'Microsoft Sri Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(619, '1619', 'DIMANTHA  SENEVIRATNE', 'Hony. Treasurer', '', '', 'National Development Bank PLC', '', '', '', 1, 0, 0, 0, '', ''),
(620, '1620', 'Tissa  Wickramasinghe', 'Chief Operating Officer', '', '', 'HIPG', '', '', '', 1, 0, 0, 0, '', ''),
(621, '1621', 'Maninda  Wickramasinghe', 'Managing Director/CEO', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(622, '1622', 'Anslem  De Silva', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(623, '1623', 'Devanthi Ambuldeniya', 'Manager - Events & Reservations', '', '', 'BMICH', 'devanthia@bmich.com', '', '', 1, 0, 0, 0, '', ''),
(624, '1624', 'K  Kumarasinghe', 'Director - Zone', '', '', 'Biyagama EPZ', 'kithsirik@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(625, '1625', 'K. Thiyagarajah Kulatheepan', 'Senior Vice President', '', '', 'FCCISL', 'president@fccisl.lk  ', '', '', 1, 0, 0, 0, '', ''),
(626, '1626', 'Shirley Jayawardena', 'Immediate Past President', '', '', 'FCCISL', 'president@fccisl.lk  ', '', '', 1, 0, 0, 0, '', ''),
(627, '1627', 'Athira S ', 'Assistant High Commissioner ', '', '', 'Indian Consulate In Kandy', 'hoc.kandy@mea.gov.in ', '', '', 1, 0, 0, 0, '', ''),
(628, '1628', 'RAVI  EDIRISINGHE', 'Group Chief Commercial Officer', '', '', 'McLarens Holdings Ltd', 'ravi@mclarens.lk', '', '', 1, 0, 0, 0, '', ''),
(629, '1629', 'OSHAN  FERNANDO', 'Group Chief Executive Officer', '', '', 'McLarens Holdings Ltd', 'oshan@mclarens.lk', '', '', 1, 0, 0, 0, '', ''),
(630, '1630', 'Shehara  Jayawardana', 'Joint Managing Director', '', '', 'McLarens Holdings Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(631, '1631', 'Samantha  Dodanwela', 'Director/ CEO', '', '', 'Mercantile Produce Brokers (Pvt) Ltd', 'samanthadodan@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(632, '1632', 'Channa  Manoharan', 'Chief Operating Officer / Advisory Leader', '', '', 'PwC Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(633, '1633', 'Sujeewa  Mudalige', 'Chief Executive Officer', '', '', 'PwC Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(634, '1634', 'D.P.P. Kahawalage', 'Chief Operating Officer', '', '', 'Richardson Engineering (Pvt) Ltd.,', 'Â pradeepk@richardsonsl.com', '', '', 1, 0, 0, 0, '', ''),
(635, '1635', 'Ruwan  Edirisinghe', 'Managing Director,', '', '', 'RN Constructions (Pvt) Ltd.,', 'Â ruwan@rncons.lk', '', '', 1, 0, 0, 0, '', ''),
(636, '1636', 'Nanda B. Kohona', 'Director Marketing', '', '', 'Samagi Spice Exports (Pvt) Ltd', 'nanda@samagispice.com', '', '', 1, 0, 0, 0, '', ''),
(637, '1637', 'Thushara  Gamage', 'General Manager', '', '', 'Amagi Aria', 'director@amagihotels.com', '', '', 1, 0, 0, 0, '', ''),
(638, '1638', 'K. Susil  Fernando', 'Chief Engineer', '', '', 'Amagi Aria', 'ksusilfernando4@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(639, '1639', 'Mohan  Perera', 'Operations Manager', '', '', 'Berjaya Mount Royal Beach Hotel', 'mohan.d@berjayahotel.com', '', '', 1, 0, 0, 0, '', ''),
(640, '1640', 'Krishantha Thennakoon ', 'Resident Manager', '', '', 'Camelot Beach Hotel', 'rm@camelot.lk', '', '', 1, 0, 0, 0, '', ''),
(641, '1641', 'Panduka  Wasantha', 'Manager', '', '', 'Garden Beach Hotel', 'gardenbeachhotelkalutara@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(642, '1642', 'Kamal  Munasinghe', 'General Manager', '', '', 'Cinnamon Grand Hotel', 'kamal@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(643, '1643', 'Sudarman  Perera', 'Chief Engineer', '', '', 'Cinnamon Grand Hotel', 'sudarman@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(644, '1644', 'Darshana  Gallage', 'General Manager', '', '', 'Cinnamon Lake Side', 'darshg@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(645, '1645', 'Chandana  Kannangara', 'Chief Engineer', '', '', 'Cinnamon Lake Side', 'chandanakannangara@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(646, '1646', 'Terrence  Fernando', 'General Manager', '', '', 'Cinnamon Red Colombo', 'gmred@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(647, '1647', 'Sampath ', 'Chief Engineer', '', '', 'Cinnamon Red Colombo', 'engineering.red@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(648, '1648', 'Thurashat Niyathapala ', 'General Manager', '', '', 'Club Dolphin Hotel', 'gm.dolphin@brownshotels.com', '', '', 1, 0, 0, 0, '', ''),
(649, '1649', 'Uditha  Athukorala', 'Chief Engineer', '', '', 'Club Dolphin Hotel', 'engineer.dolphin@brownshotels.com', '', '', 1, 0, 0, 0, '', ''),
(650, '1650', 'Gamini  Keerthisinge', 'General Manager', '', '', 'Club Palm Bay Hotel', '', '', '', 1, 0, 0, 0, '', ''),
(651, '1651', 'Mano  Perera', 'General Manager', '', '', 'Coco Royal Beach', 'fom@cocoroyalbeach.com', '', '', 1, 0, 0, 0, '', ''),
(652, '1652', 'Abeyweera ', 'General Manager', '', '', 'Colombo City Hotel', '', '', '', 1, 0, 0, 0, '', ''),
(653, '1653', 'Kevin  Shoemaker', 'General Manager', '', '', 'Colombo Courtyard', '', '', '', 1, 0, 0, 0, '', ''),
(654, '1654', 'Kevin  Schumacher', 'General Manager', '', '', 'Colombo Court Hotel & Spa', 'reception@colombocourthotel.com', '', '', 1, 0, 0, 0, '', ''),
(655, '1655', 'Janaka  Perera', 'Chief Engineer', '', '', 'Colombo Court Hotel & Spa', 'reception@colombocourthotel.com', '', '', 1, 0, 0, 0, '', ''),
(656, '1656', 'Namal  Perera', 'Head of Operations', '', '', 'Colombo Swimming Club', 'admin@colomboswimmingclub.org', '', '', 1, 0, 0, 0, '', ''),
(657, '1657', 'Uditha ', 'Chief Engineer', '', '', 'Colombo Swimming Club', 'admin@colomboswimmingclub.org', '', '', 1, 0, 0, 0, '', ''),
(658, '1658', 'Mahesh  Perera', 'Resident Manager', '', '', 'Fair View Hotel', 'rm@fairview hotek.lk', '', '', 1, 0, 0, 0, '', ''),
(659, '1659', 'Manil  Galaboda', 'Chief Engineer', '', '', 'Fair View Hotel', 'rm@fairview hotek.lk', '', '', 1, 0, 0, 0, '', ''),
(660, '1660', 'Mosses  Fernando', 'General Manager', '', '', 'Full Moon Garden Hotel', 'fom@fullmoon.lk', '', '', 1, 0, 0, 0, '', ''),
(661, '1661', 'Sampath  Siriwardena', 'General Manager', '', '', 'Galadari Hotel', 'sampath@galadari.lk', '', '', 1, 0, 0, 0, '', ''),
(662, '1662', 'P.P. Priyadarshana', 'Chief Engineer', '', '', 'Galadari Hotel', 'priyadarshana@galadari.lk', '', '', 1, 0, 0, 0, '', ''),
(663, '1663', 'Daniel  Grau', 'General Manager', '', '', 'Galle Face Hotel', 'radhika.perera@gallefacehotel.com', '', '', 1, 0, 0, 0, '', ''),
(664, '1664', 'Eshantha  De Silva', 'Chief Engineer', '', '', 'Galle Face Hotel', 'eshantha.desilva@gallefacehotel.com', '', '', 1, 0, 0, 0, '', ''),
(665, '1665', 'Ronald  Perera', 'General Manager', '', '', 'Global Towers', 'gm@globallanka.com', '', '', 1, 0, 0, 0, '', ''),
(666, '1666', 'Jagath ', 'Chief Engineer', '', '', 'Global Towers', 'engineering@globallanka.com', '', '', 1, 0, 0, 0, '', ''),
(667, '1667', 'Christy  Praveen', 'General Manager', '', '', 'Golden Star Beach Hotel', 'salesandmarketing@gsbhlk.com', '', '', 1, 0, 0, 0, '', ''),
(668, '1668', 'Lal  Dissanayaka', 'General Manager', '', '', 'Goldi Sands Hotel', 'lalgoldi@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(669, '1669', 'Hemachandra ', 'Chief Engineer', '', '', 'Goldi Sands Hotel', 'goldi@eureka.lk', '', '', 1, 0, 0, 0, '', ''),
(670, '1670', 'Malinda  De Silva', 'General Manager', '', '', 'Goodwood Plaza Hotel', 'info.goodwoodairporthotel@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(671, '1671', 'Wicky  Thurairajah', 'General Manager', '', '', 'Grand Oriental Hotel', 'info@grandoriental.com', '', '', 1, 0, 0, 0, '', ''),
(672, '1672', 'Geekiyanage ', 'Chief Engineer', '', '', 'Grand Oriental Hotel', 'info@grandoriental.com', '', '', 1, 0, 0, 0, '', ''),
(673, '1673', 'Anthony  Perera', 'General Manager', '', '', 'Hibiscus Beach Hotel', 'manager@hibiscusbeachhotel.com', '', '', 1, 0, 0, 0, '', ''),
(674, '1674', 'Manesh  Fernando', 'General Manager', '', '', 'Hilton Colombo', 'manesh.fernando@gamil.com', '', '', 1, 0, 0, 0, '', ''),
(675, '1675', 'Hamantha  De Silva', 'Chief Engineer', '', '', 'Hilton Colombo', 'hemantha.desilva@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(676, '1676', 'Karim  Schdlou', 'General Manager', '', '', 'Hilton Colombo Residence', 'karim.schdlou@hilton.com', '', '', 1, 0, 0, 0, '', ''),
(677, '1677', 'Shantha  Kumara', 'Chief Egineer', '', '', 'Hilton Colombo Residence', 'shantha.kumara@hilton.com', '', '', 1, 0, 0, 0, '', ''),
(678, '1678', 'Fahmy  Carder', 'Chairman', '', '', 'Ramada Hotel', '', '', '', 1, 0, 0, 0, '', ''),
(679, '1679', 'Wasin  Carder', 'General Manager', '', '', 'Ramada Hotel', '', '', '', 1, 0, 0, 0, '', ''),
(680, '1680', 'Nuwan Wimalasundara ', 'General Manager', '', '', 'Hotel Janaki', 'nuwan@hoteljanaki.com', '', '', 1, 0, 0, 0, '', ''),
(681, '1681', 'Alex  Jayamaha', 'General Manager', '', '', 'Hotel Nippon', 'info@hotelnipponcolombo.com', '', '', 1, 0, 0, 0, '', ''),
(682, '1682', 'Nuwan Wimalasundara ', 'General Manager', '', '', 'Hotel Janaki', 'nuwan@hoteljanaki.com', '', '', 1, 0, 0, 0, '', ''),
(683, '1683', 'Alex  Jayamaha', 'General Manager', '', '', 'Hotel Nippon', 'info@hotelnipponcolombo.com', '', '', 1, 0, 0, 0, '', ''),
(684, '1684', 'Sajith  Sulochana', 'Engineering Supervisor', '', '', 'Hotel Sapphire', '', '', '', 1, 0, 0, 0, '', ''),
(685, '1685', 'Hyacinth Gunawardene ', 'Director General Manager', '', '', 'Jetwing Blue', 'hyacinth@jetwinghotels.com', '', '', 1, 0, 0, 0, '', ''),
(686, '1686', 'Nuwan  Perera', 'Chief Engineer', '', '', 'Jetwing Blue', 'nuwan@jetwinghotels.com', '', '', 1, 0, 0, 0, '', ''),
(687, '1687', 'Tilomi  Nanayakkara', 'Resident Manager', '', '', 'Mount Lavinia Beach Hotel', 'tilomi.n@mountlaviniahotel.com', '', '', 1, 0, 0, 0, '', ''),
(688, '1688', 'Rahal Warnakulasuriya ', 'Chief Engineer', '', '', 'Mount Lavinia Beach Hotel', 'rahal.w@mountlaviniahotel.com', '', '', 1, 0, 0, 0, '', ''),
(689, '1689', 'Chinthaka  Dulawatha', 'General Manager', '', '', 'Mount Lavinia Beach Hotel', '', '', '', 1, 0, 0, 0, '', ''),
(690, '1690', 'Anil  Jeyewerdena', 'General Manager', '', '', 'Omega Inn', '', '', '', 1, 0, 0, 0, '', ''),
(691, '1691', 'Bernard  Silva', 'General Manager', '', '', 'Pegasus Reef Hotel', 'bernards@carcumb.com', '', '', 1, 0, 0, 0, '', ''),
(692, '1692', 'Malith  Bandara', 'Chief Engineer', '', '', 'Pegasus Reef Hotel', 'malithb@pegasusreefhotel.com', '', '', 1, 0, 0, 0, '', ''),
(693, '1693', 'Wasim  Cader', 'General Manager', '', '', 'Ramada by Wyndham', 'wasim@ramadacolombo.com', '', '', 1, 0, 0, 0, '', ''),
(694, '1694', 'Athula  Siriwardane', 'Chief Engineer', '', '', 'Ramada by Wyndham', 'athula@ramadacolombo.com', '', '', 1, 0, 0, 0, '', ''),
(695, '1695', 'Sunil  Perera', 'General  Manager', '', '', 'Ranmal Holiday Resort', '', '', '', 1, 0, 0, 0, '', ''),
(696, '1696', 'Pubudu  Caldera', 'Chief Engineer', '', '', 'Renuka City Hotel', ' renukaht@renukahotel.com', '', '', 1, 0, 0, 0, '', ''),
(697, '1697', 'Narendra  Babu', 'Assistant Manager', '', '', 'Renuka City Hotel', ' renukaht@renukahotel.com', '', '', 1, 0, 0, 0, '', ''),
(698, '1698', 'Dilin  Peries', 'Resident Manager', '', '', 'Residence by Uga Escapes', 'gm-r@ugaescaps.com', '', '', 1, 0, 0, 0, '', ''),
(699, '1699', 'Niranjan  Baloosuriya', 'Chief Engineer', '', '', 'Residence by Uga Escapes', 'eng-r@ugaescapes.com', '', '', 1, 0, 0, 0, '', ''),
(700, '1700', 'Ravi  Kurukalasooriya', 'General Manager', '', '', 'Royal Palms Beach Hotel', 'ravik@royalpalms.lk', '', '', 1, 0, 0, 0, '', ''),
(701, '1701', 'Virajgike ', 'Chief Engineer', '', '', 'Royal Palms Beach Hotel', 'viragike@royalpalms.lk', '', '', 1, 0, 0, 0, '', ''),
(702, '1702', 'Anandaraj Sivapragasam ', 'CEO', '', '', 'Sapphire Hotel', 'anandaraj.s@hotelsapphirelk.com', '', '', 1, 0, 0, 0, '', ''),
(703, '1703', 'Sajith  Sulochana', 'Chief Engineer', '', '', 'Sapphire Hotel', 'sajith.s@benholdingslk.com', '', '', 1, 0, 0, 0, '', ''),
(704, '1704', 'Eugine  Fernando', 'General Manager', '', '', 'Silva\'s Beach Hotel', 'thekingsbayhotel@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(705, '1705', 'Harintha ', 'Resident Manager', '', '', 'Suriya Resort', 'rmsuriya@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(706, '1706', 'Abeywickrama ', 'Chief Engineer', '', '', 'Suriya Resort', 'reservation.suriya@gmil.com', '', '', 1, 0, 0, 0, '', ''),
(707, '1707', 'Samarat ', 'General Manager', '', '', 'Taj Samudra Hotel', 'onitha.gurugalla@tajhotels.com', '', '', 1, 0, 0, 0, '', ''),
(708, '1708', 'Dilan  Sanjeewa', 'Chief Engineer', '', '', 'Taj Samudra Hotel', 'onitha.gurugalla@tajhotels.com', '', '', 1, 0, 0, 0, '', ''),
(709, '1709', 'Lakal  Jayasinghe', 'Director Gnera Manager', '', '', 'Tangerine Beach Hotel', 'dirgm@tangerine.lk', '', '', 1, 0, 0, 0, '', ''),
(710, '1710', 'Arju  Wijeraja', 'Resident Manager', '', '', 'Tangerine Beach Hotel', 'rm@tangerine.lk', '', '', 1, 0, 0, 0, '', ''),
(711, '1711', 'Lalith  Kumara', 'Chief Engineer', '', '', 'Tangerine Beach Hotel', 'eng@tangerine.lk', '', '', 1, 0, 0, 0, '', ''),
(712, '1712', 'Nuwan  Perera', 'Chief Engineer', '', '', 'The Beach', 'ravindra@jetwinghotels.com', '', '', 1, 0, 0, 0, '', ''),
(713, '1713', 'Ravindra  De Silva', 'Resident Manager', '', '', 'The Beach', 'nuwan@jetwinghotels.com', '', '', 1, 0, 0, 0, '', ''),
(714, '1714', 'Gihan  Fernando', 'General Manager', '', '', 'The Blue Water', 'gm@thebluewatersrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(715, '1715', 'Kithsiri  Fernando', 'Chief Engineer', '', '', 'The Blue Water', 'ce@thebluewatersrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(716, '1716', 'Travis  Casther', 'Head of Operations', '', '', 'The Kingsbury Hotel', 'travis.c@thekingsburyhotel.com', '', '', 1, 0, 0, 0, '', ''),
(717, '1717', 'Charith  Kumara', 'Chief Engineer', '', '', 'The Kingsbury Hotel', 'chiefengineer@thekingsburyhotel.com', '', '', 1, 0, 0, 0, '', ''),
(718, '1718', 'Priyantha  Marambe', 'General Manager', '', '', 'The Ocean Colombo (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(719, '1719', 'Kumudu  Jayathilake', 'General Manager', '', '', 'The Steuart by Citrus', 'info@thesteuart,lk', '', '', 1, 0, 0, 0, '', ''),
(720, '1720', 'Danushka  Wilfred', 'Chief Engineer', '', '', 'The Steuart by Citrus', 'info@thesteuart,lk', '', '', 1, 0, 0, 0, '', ''),
(721, '1721', 'Dilruk  Salgado', 'Resident Manager', '', '', 'Tintagel Colombo', 'rm@tintagelcolombo.com', '', '', 1, 0, 0, 0, '', ''),
(722, '1722', 'Ajantha  Perera', 'General Manager', '', '', 'Jetwing Colombo Seven ', 'ajantha@jetwinghotels.com', '', '', 1, 0, 0, 0, '', ''),
(723, '1723', 'Sapath  Bannayaka', 'Chief Engineer', '', '', 'Jetwing Colombo Seven ', 'eng.colomboseven@jetwinghotel.com', '', '', 1, 0, 0, 0, '', ''),
(724, '1724', 'Herve  Duboscq', 'General Manager', '', '', 'Shangri-La Colombo', 'herve.duboscq@shangri-la.com', '', '', 1, 0, 0, 0, '', ''),
(725, '1725', 'Nilan  Mahagedara', 'Chief Engineer', '', '', 'Shangri-La Colombo', 'nilan.mahagedara@shangri-la.com', '', '', 1, 0, 0, 0, '', ''),
(726, '1726', 'Roshan  Perera', 'General Manager', '', '', 'MÃ¶venpick Colombo', 'roshan.perera@movenpick.cpm', '', '', 1, 0, 0, 0, '', ''),
(727, '1727', 'Srilal  Palihakkara', 'Chief Engineer', '', '', 'MÃ¶venpick Colombo', 'srilal.palihakkara@movenpick.com', '', '', 1, 0, 0, 0, '', '');
INSERT INTO `visitors` (`id`, `visitor_ref_no`, `visitor_name`, `visitor_designation`, `visitor_mobile_no`, `visitor_country`, `visitor_company_name`, `visitor_email`, `visitor_tel_no`, `visitor_industries`, `pre_registration`, `invites`, `onsite`, `exhibitor`, `visitor_hear_about`, `visitor_remarks`) VALUES
(728, '1728', 'Ravindra  Prasad', 'General Manager', '', '', 'Marino Beach Colombo', 'dgm@marinobeach.com', '', '', 1, 0, 0, 0, '', ''),
(729, '1729', 'Lakshan  Wickramasinghe', 'Chief Engineer', '', '', 'Marino Beach Colombo', 'lakshan@marinobech.com', '', '', 1, 0, 0, 0, '', ''),
(730, '1730', 'Saman  Perera', 'General Manager', '', '', 'Fairway Colombo', 'gm@fairwaycolombo.com', '', '', 1, 0, 0, 0, '', ''),
(731, '1731', 'Muditha  Chathuranga', 'Chief Engineer', '', '', 'Fairway Colombo', 'mm@fairwaycolombo.com', '', '', 1, 0, 0, 0, '', ''),
(732, '1732', 'Dinesh  Hettiarachchi', 'General Manager', '', '', 'Mandarina Colombo ', '', '', '', 1, 0, 0, 0, '', ''),
(733, '1733', 'Rohan  Karunarathne', 'Managing Director', '', '', 'AKK Engineers (Pvt) Ltd', 'akk286@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(734, '1734', 'Tissa  Meepe', 'Managing Director', '', '', 'Hydro Systems International', 'meepe@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(735, '1735', 'Janaka  Manamperi', 'Director', '', '', 'Nuwani Constructions (Pvt) Ltd', 'nuwanilk@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(736, '1736', 'Sagara  Gunawardena', 'Managing Director', '', '', 'Venora International Projects (Pvt) Ltd', 'Venora@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(737, '1737', 'Asoka  Randeni', 'Managing Director', '', '', 'Consulting Eng. & Contractors  (Pvt) Ltd', '  cecpvt.md@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(738, '1738', 'Sampath  Wijesekera', 'Head of Marketing', '', '', 'Ceylon Steel Corporation', 'Sampath@ceylonsteel.com', '', '', 1, 0, 0, 0, '', ''),
(739, '1739', 'Ruwan  De Silva', 'Managing Director', '', '', 'Sripalie Contractors (Pvt) Ltd', 'ruwanpdayajeewa@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(740, '1740', 'Sudath  Amarasinghe', 'General Manager - ICT', '', '', 'OrangeIT (Pvt) Ltd', 'sudath.star@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(741, '1741', 'Ranji  Hewage', 'Managing Director', '', '', 'Chance Engineering (Pvt) Ltd', 'ranjico@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(742, '1742', 'Chitra  Wedikkara', '', '', '', '', 'chitraw@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(743, '1743', 'Walter  Perera', 'Managing Director', '', '', 'Frigi Engineering Services (Pvt) Ltd', 'frigi@slt.lk', '', '', 1, 0, 0, 0, '', ''),
(744, '1744', 'Saliya  Kaluarachchi', 'Managing Director', '', '', 'Fintech Engineering (Pvt) Ltd', 'saliyakalu1271@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(745, '1745', 'Kalana  Alwis', 'Director', '', '', 'Nawaloka Construction Co. (Pvt) Ltd', 'Kalana@nawaloka.net', '', '', 1, 0, 0, 0, '', ''),
(746, '1746', 'Jayantha  Dharmadasa', 'Chairman', '', '', 'Nawaloka Con. Company (Pvt) Ltd', 'nawaloka@slt.lk', '', '', 1, 0, 0, 0, '', ''),
(747, '1747', 'Mega  Kularathne', 'Director', '', '', 'Maga Engineering (Pvt) Ltd', 'mega@maga.lk', '', '', 1, 0, 0, 0, '', ''),
(748, '1748', 'Jaikish  Tudawe', 'Director', '', '', 'Tudawe Brothers (Pvt) Ltd', 'jtudawe@tudawe.com', '', '', 1, 0, 0, 0, '', ''),
(749, '1749', 'Mahanama  Jayamanna', 'Managing Director', '', '', 'P Jayamanna & Sons', 'pjs@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(750, '1750', 'Lakshitha  Pahalagedara', 'Head of Business Development', '', '', 'SLINT', 'lakshithap@slintec.lk', '', '', 1, 0, 0, 0, '', ''),
(751, '1751', 'Eugene Fernando', 'Assistant Manager â€“ Business Development', '', '', 'SLINT', 'maheshif@slintec.lk', '', '', 1, 0, 0, 0, '', ''),
(752, '1752', 'D. Shereen T. Amendra ', '', '', '', ' \r\n', 'E.mail  shereen.amendra@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(753, '1753', 'Thusitha  De Silva', 'Director', '', '', '361 Degrees Pvt Ltd', 'gihan@361.lk', '', '', 1, 0, 0, 0, '', ''),
(754, '1754', 'D. Jeewanathan', 'Addl. Secretary ', '', '', 'Ministry of Trade', '', '', '', 1, 0, 0, 0, '', ''),
(755, '1755', 'A.R.H. Ameresekere', '', '', '', 'A R H Ameresekere Associates ', 'revatame3760@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(756, '1756', 'Mohamed  Mohamed Rizan', 'Electrical Engineer', '', '', 'Abans Electricals PLC', 'rizanmzm15@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(757, '1757', 'Maheshhbabu ', 'CEO', '', '', 'Abc Metfabs', 'abcmetfabscbe@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(758, '1758', 'Anura  Ratnayake', 'Batching Plant Manager', '', '', 'Access Engineering PLC', '', '', '', 1, 0, 0, 0, '', ''),
(759, '1759', 'Christopher Joshua', 'Managing Director', '', '', 'Access Engineering PLC', '', '', '', 1, 0, 0, 0, '', ''),
(760, '1760', 'Sumal  Perera', 'Chairman', '', '', 'Access Group', 'inquiries@accessengsl.com', '', '', 1, 0, 0, 0, '', ''),
(761, '1761', 'W. Bandara', 'Managing Director', '', '', 'Ackmark Engineering (Pvt) Ltd', 'bandara@ackmark.com', '', '', 1, 0, 0, 0, '', ''),
(762, '1762', 'Ajithra  Shasankan', 'Interior Designer', '', '', 'AG Interior', 'agajithra@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(763, '1763', 'Isuru Saranga', 'Production Manager', '', '', 'Agro Tech Lanka Holdings Pvt  Ltd', 'info@agrotechlk.com', '', '', 1, 0, 0, 0, '', ''),
(764, '1764', 'Aruna  Warushahennadige ', 'Director â€“ CMA', '', '', 'Airport & Aviation Services SL', '', '', '', 1, 0, 0, 0, '', ''),
(765, '1765', 'Ziyan  Ameen ', 'Asst General Manager', '', '', 'Aitken Spence Travels (Pvt) Ltd', 'ziyan@aitkenspence.lk', '', '', 1, 0, 0, 0, '', ''),
(766, '1766', 'Ravi  Rupasinghe', 'Chairman,', '', '', 'Aklan International (Pvt) Ltd,', 'E-mail:Â ravi@aklan.lk', '', '', 1, 0, 0, 0, '', ''),
(767, '1767', 'Manikku  Lakshan', 'Quantity Surveyor', '', '', 'Al Gharbia enterprises LLC', 'clakshanqs@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(768, '1768', 'Kumudu  Gunasekera', 'President', '', '', 'American Chamber of Commerce', 'President@amcham.lk, info@amcham.lk', '', '', 1, 0, 0, 0, '', ''),
(769, '1769', 'Amith  Mathangadeerage', 'Chartered Architect', '', '', 'AMCA', '', '', '', 1, 0, 0, 0, '', ''),
(770, '1770', 'N. Chathurika  Abeywickrama', 'Brand Manager', '', '', 'Anods Cocoa  (Pvt) Ltd', 'chathurika.pdc@anodscocoa.com', '', '', 1, 0, 0, 0, '', ''),
(771, '1771', 'Prasanna  De Zoysa ', 'CDASL Committee member', '', '', 'Ansell', '', '', '', 1, 0, 0, 0, '', ''),
(772, '1772', 'KEVIN DE  CRUZE', 'PROJECT MANAGER', '', '', 'ANTARA INTERIOR SOLUTIONS PVT LTD', 'sales@antara.lk', '', '', 1, 0, 0, 0, '', ''),
(773, '1773', 'SAMITHA  KARIYAWASAM', 'DIRECTOR', '', '', 'ANTARA INTERIOR SOLUTIONS PVT LTD', 'samitha@antara.lk', '', '', 1, 0, 0, 0, '', ''),
(774, '1774', 'Jothilingam  Rajratnam', 'Indenting Agent', '', '', 'Aravinth Enterprisers', 'jothiyogi16@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(775, '1775', 'Sujjith Kumar', 'Managing Director', '', '', 'Arkadia Foods (Pvt) Ltd', 'sujith@arkadia.lk', '', '', 1, 0, 0, 0, '', ''),
(776, '1776', 'Chrishan  Fernandopulle', 'Director', '', '', 'Asian Agro Products Pvt Ltd', 'achrishan@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(777, '1777', 'Zainab  Naleem', 'General Manager', '', '', 'Asset Trust Markets (Pvt)Ltd', 'zainab@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(778, '1778', 'Afzal  Anver', 'Senior Manager', '', '', 'Asset Trust Markets (Pvt)Ltd', 'afzal@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(779, '1779', 'Zaky  Hassan', 'Manager', '', '', 'Asset Trust Markets (Pvt)Ltd', 'sarah@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(780, '1780', 'Sandy  Gunawardana', 'Project Manager', '', '', 'Asset Trust Markets (Pvt)Ltd', 'sandy@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(781, '1781', 'Aadil  Anver', 'Managing Director', '', '', 'Asset Trust Markets (Pvt)Ltd', 'info@assettrust.lk,aadil@assettrust.lk', '', '', 1, 0, 0, 0, '', ''),
(782, '1782', 'Sunil Shantha', 'General Manager - Sales ', '', '', 'Aussee Oats Milling (Pvt) Ltd ', 'sunil.shantha@ausseeoats.com', '', '', 1, 0, 0, 0, '', ''),
(783, '1783', 'Sunil Shantha', 'General Manager - Sales ', '', '', 'Aussee Oats Milling (Pvt) Ltd ', 'sunil.shantha@ausseeoats.com', '', '', 1, 0, 0, 0, '', ''),
(784, '1784', 'Urs  Platz', 'General Manager', '', '', 'AVANI Bentota Resort & Spa', 'urs@serendibleisure.lk', '', '', 1, 0, 0, 0, '', ''),
(785, '1785', 'Felicia  Adhihetty ', 'Managing Director', '', '', 'B Connected (Pvt) Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(786, '1786', 'S.N.B. Gomez ', '', '', '', 'B.G.J.F.Consultancy Services (Pvt) Ltd', 'snbgomez@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(787, '1787', 'Ravin  Madusanka', 'Senior Brand Manager', '', '', 'Bairaha Farms PLC', 'ravin.madusanka@bairaha.com', '', '', 1, 0, 0, 0, '', ''),
(788, '1788', 'Larimon  Balmond', 'Business Manager', '', '', 'Balmond Studio', 'larimon@palagamabeach.com', '', '', 1, 0, 0, 0, '', ''),
(789, '1789', 'Sunil Dissanayake', 'Director General', '', '', 'BMICH', '', '', '', 1, 0, 0, 0, '', ''),
(790, '1790', 'Palitha Sirimanne', 'Chief Engineer', '', '', 'BMICH', '', '', '', 1, 0, 0, 0, '', ''),
(791, '1791', 'Devanthi Ambuldeniya', 'Manager - Events & Reservations', '', '', 'BMICH', 'devanthia@bmich.com', '', '', 1, 0, 0, 0, '', ''),
(792, '1792', 'Tuan  Juhara ', 'Business Development Manager', '', '', 'Beyond Boundaries Global Pvt Ltd', 'hajreen@beyondboundariesglobal.com', '', '', 1, 0, 0, 0, '', ''),
(793, '1793', 'P.H.D.  Upul Ranga', 'Chairman', '', '', 'Beyond Computer System (Pvt) Ltd.', 'upul@beyondcomputer.lk ', '', '', 1, 0, 0, 0, '', ''),
(794, '1794', 'Prasanna  Kumarasiri', 'Managing Director', '', '', 'Beyond Computer System (Pvt) Ltd.', 'prasannabeyond@gmail.com ', '', '', 1, 0, 0, 0, '', ''),
(795, '1795', 'Jude  Joseph', 'CEO', '', '', 'Beyond Computer System (Pvt) Ltd.', 'jjudejoseph@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(796, '1796', 'Gamini B.  Dodanwala', 'Chairman', '', '', 'Bhoomi Tech (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(797, '1797', 'Kanchana  Dodanwala', 'Managing Director', '', '', 'Bhoomi Tech (Pvt) Ltd', 'kanchanabhoomitech@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(798, '1798', 'Rasika  Dodanwala', 'Director', '', '', 'Bhoomi Tech (Pvt) Ltd', 'support@bhoomitech.com', '', '', 1, 0, 0, 0, '', ''),
(799, '1799', 'Sudath  Mendis', 'General Manager', '', '', 'Bhoomi Tech (Pvt) Ltd', 'sales3@bhoomitech.com', '', '', 1, 0, 0, 0, '', ''),
(800, '1800', 'Amara  Perera', 'Senior Manager', '', '', 'Bhoomi Tech (Pvt) Ltd', 'sales6@bhoomitech.com', '', '', 1, 0, 0, 0, '', ''),
(801, '1801', 'Nuwan  Weththasinghe', 'Manager- Technical', '', '', 'Bhoomi Tech (Pvt) Ltd', 'service@bhoomitech.com', '', '', 1, 0, 0, 0, '', ''),
(802, '1802', 'Abbas  Esufally', 'Honorary Consulate ', '', '', 'Bhutanese Consulate ', 'bhutan.consul@hemas.com,abbas@hemas.com', '', '', 1, 0, 0, 0, '', ''),
(803, '1803', 'P.A.A . PERERA ', 'Chairman', '', '', 'BIMSARA ENGINEERING (PVT) LTD ', 'bimsaraengineering@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(804, '1804', 'W.P.A.K  PERERA', 'Managing Director', '', '', 'BIMSARA ENGINEERING (PVT) LTD ', 'bimsaraengineering@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(805, '1805', 'P.A.B.U  PERERA', 'CEO', '', '', 'BIMSARA ENGINEERING (PVT) LTD ', 'bimsaraengineering@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(806, '1806', 'A P P D  Adikari', '', '', '', 'Bingiriya Zone Office', 'dhananjayaa@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(807, '1807', 'K  Kumarasinghe', 'Director - Zone', '', '', 'Biyagama EPZ', 'kithsirik@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(808, '1808', 'D A S  Amarakoon', 'Director', '', '', 'Board of Investment of SL', 'sajeewanid@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(809, '1809', 'M I A  Gunaratne', 'Senior Deputy Director', '', '', 'Board of Investment of SL', 'irushag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(810, '1810', 'W D G  Priyankara', 'Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'priyankarag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(811, '1811', 'D M N  Dissanayake', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'dissanayakemn@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(812, '1812', 'Thamari  Batuwantudawa', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'thamarib@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(813, '1813', 'W D G  Priyankara', 'Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'priyankarag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(814, '1814', 'G R C  Gamlath', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'grcg@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(815, '1815', 'W D G  Priyankara', 'Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'priyankarag@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(816, '1816', 'G R C  Gamlath', 'Senior Deputy Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'grcg@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(817, '1817', 'M G R  Dharmasiri', 'Director - Investment Appraisal', '', '', 'Board of Investment of SL', 'ranjithd@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(818, '1818', 'M K D  LawranceÂ ', 'Executive DirectorÂ ', '', '', 'Board of Investment of SL', 'lawranced@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(819, '1819', 'Dumindra  Rathnayake', 'Chairman', '', '', 'BOI', 'jayampathib@boi.lk ', '', '', 1, 0, 0, 0, '', ''),
(820, '1820', 'G.B.  Herath', 'Managing Director ', '', '', 'BBTIIL (Gte) Ltd. ', 'gamini_gtzbbp@sltnet.lk, mali_gtzbbp@sltnet.lk, gbherath@btilanka.com, mali@btilanka.com', '', '', 1, 0, 0, 0, '', ''),
(821, '1821', 'Brinda  Namamunege', 'Plant Engineer', '', '', 'Brandix Apparel Solutions Pvt (Ltd)', 'sarangan@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(822, '1822', 'Ashroff  Omar', 'CEO', '', '', 'Brandix Lanka Limited', 'info@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(823, '1823', 'Anoj  Munidasa', 'Director', '', '', 'Browns Thermal Engineering (Pvt) Ltd.,', 'E-mail:Â anoj.m@brownsgroup.com', '', '', 1, 0, 0, 0, '', ''),
(824, '1824', 'Umar Fazil', 'Director', '', '', 'Budry Scales (Pvt) Ltd', 'umar@budryscales.com', '', '', 1, 0, 0, 0, '', ''),
(825, '1825', 'Colombage  Sampath', 'Assistant Quantity Surveyor', '', '', 'Build Tech Lanka (Pvt) Ltd', 'cnsampathmaths@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(826, '1826', 'Nuwan  Fernando', 'Quantity Surveyor', '', '', 'BuildQ Consultants', 'buildqconsultants@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(827, '1827', 'Tharindu Ranasinghe', 'Business Development Executive', '', '', ' BVCPS (Pvt) Ltd.', 'tharindu.ra@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(828, '1828', 'Chanaki  De Costa', 'Director/ General Manager', '', '', ' BVCPS (Pvt) Ltd.', 'chanaki.costa@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(829, '1829', 'Harsha  Wanasinghe', 'Assistant General Manager', '', '', ' BVCPS (Pvt) Ltd.', 'harsha.wanasinghe@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(830, '1830', 'Sidath  Wimalanada', 'Business Development Manager', '', '', ' BVCPS (Pvt) Ltd.', 'sidath.wimalananda@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(831, '1831', 'Sonali  Nakandala', 'Senior Operations Manager', '', '', ' BVCPS (Pvt) Ltd.', 'sonali.nakandala@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(832, '1832', 'Selliah  Vigneshwaran', 'Finance Controller', '', '', ' BVCPS (Pvt) Ltd.', 'selliah.vigneshwaran@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(833, '1833', 'Dammika  Kariyawasam', 'Human Resource & Admin. Manager', '', '', ' BVCPS (Pvt) Ltd.', 'dhammike.kariyawasam@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(834, '1834', 'Malkanthi  Perera', 'Service Manager', '', '', ' BVCPS (Pvt) Ltd.', 'malkanthi.perera@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(835, '1835', 'Rohitha  Gunarathna', 'Analytical Manager', '', '', ' BVCPS (Pvt) Ltd.', 'rohitha.gunarathna@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(836, '1836', 'Shashi  Manoj', 'Assistant Environment Manager', '', '', ' BVCPS (Pvt) Ltd.', 'shashi.m@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(837, '1837', 'Tharindu  Ranasinghe', 'Business Development  Executive', '', '', ' BVCPS (Pvt) Ltd.', 'tharindu.ra@lk.bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(838, '1838', 'Sidath Wimalananda', 'SNR. Manager Sales & Marketing', '', '', 'Bureau Veritas CPS Lanka', 'sayuri.gangani@bureauveritas.com', '', '', 1, 0, 0, 0, '', ''),
(839, '1839', 'Ali Askar  Shabbir', 'President', '', '', 'Business Chamber of Commerce', 'shabbir@adamexpo.net,bcchamber@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(840, '1840', 'Nisha Karunaratne', 'Assistant General Manager', '', '', 'C.W. Mackie PLC', 'nisha@scan.cwmackie.com', '', '', 1, 0, 0, 0, '', ''),
(841, '1841', 'A.N.  Sugathapala', 'Chief Executive Officer,', '', '', 'Cal Exports Lanka (Pvt)Ltd,', 'E-mail:Â amila@calexpo.lk', '', '', 1, 0, 0, 0, '', ''),
(842, '1842', 'Chathura  Prasan', 'Director', '', '', 'Calton', 'dinayadc@icloud.com', '', '', 1, 0, 0, 0, '', ''),
(843, '1843', 'Asela  Abeysinghe', 'Accountant', '', '', 'Camso Loadstar', 'aselahemantha@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(844, '1844', 'Naminda  Bandaranayake', 'Manager - Sales ', '', '', 'Cantec Printing & Packaging (Pvt) Ltd ', 'namindab@cantec.lk', '', '', 1, 0, 0, 0, '', ''),
(845, '1845', 'Rohitha Dissanayake', 'Marketing Director', '', '', 'Capital Developers', 'rohitha_dissanayake@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(846, '1846', 'Dishni De Thabrew ', 'Marketing and Sales Coordinator', '', '', 'Capital Developers', 'dishni@capital.lk', '', '', 1, 0, 0, 0, '', ''),
(847, '1847', 'Samitha  Perera', 'Director/Chief Executive Officer', '', '', 'CBL Foods International (Pvt) Ltd.,', 'E-mail:Â samithap.cblf@cbllk.com', '', '', 1, 0, 0, 0, '', ''),
(848, '1848', 'Prabhath  Ilangakoo', 'Electrical Engineer', '', '', 'CEB', 'prabath86@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(849, '1849', 'Asoka  Randeni', 'Managing Director', '', '', 'CEC PVT Ltd', 'md@cec.lk ', '', '', 1, 0, 0, 0, '', ''),
(850, '1850', 'K.J.A. Jayawardhana', 'Quantity Surveyor', '', '', 'CECB', 'nisansalajayawardhana89@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(851, '1851', 'Kosala  Perera', 'Deputy General Manager', '', '', 'CLTC (Pvt) Ltd.', 'kosalas@certislanka.com', '', '', 1, 0, 0, 0, '', ''),
(852, '1852', 'Rajendra  Theagarajah', 'Chairman', '', '', 'Ceylon Chamber of Commerce', 'info@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(853, '1853', 'Alikie Perera', 'Deputy Secretary General/Financial Controller', '', '', 'Ceylon Chamber of Commerce', 'info@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(854, '1854', 'Lilakshi  de Mel', 'Senior Assistant Secretary General', '', '', 'Ceylon Chamber of Commerce', 'lilakshi@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(855, '1855', 'Dhara Wijethilaka', 'Chief Executive Officer / Secretary General', '', '', 'Ceylon Chamber of Commerce', 'mangala@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(856, '1856', 'Ushendrini Amerasinghe', 'Assistant Secretary General Travel Associations', '', '', 'Ceylon Chamber of Commerce', 'ushendrini@chamber.lk', '', '', 1, 0, 0, 0, '', ''),
(857, '1857', 'Lahiru  Hasthanayake', 'Electrical Engineer', '', '', 'Ceylon Electricity Board', '', '', '', 1, 0, 0, 0, '', ''),
(858, '1858', 'S.T.S.  Arulananthan', 'President', '', '', 'CHMA', '', '', '', 1, 0, 0, 0, '', ''),
(859, '1859', 'Raja  Hewabowala', 'Chairman', '', '', 'Ceylon National Chamber of Industries', 'seneviratne.tissa@gmail.com, cnci@slt.lk,sgcnci@slt.lk', '', '', 1, 0, 0, 0, '', ''),
(860, '1860', 'Senaka  Alawattegama', 'Chairman ', '', '', 'Ceylon Planters\' Association', '', '', '', 1, 0, 0, 0, '', ''),
(861, '1861', 'A.M. Jaufer', 'President', '', '', 'CTISL', 'info@chambertourism.lk', '', '', 1, 0, 0, 0, '', ''),
(862, '1862', 'Gerard Mendis', 'Chairman', '', '', 'Chefs Guild of Lanka', 'info@gerardmendis.com , chefs@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(863, '1863', 'Li  Shenggang', 'Chairman', '', '', 'CPPEC Limited Sri Lanka', 'cpp_lka@163.com', '', '', 1, 0, 0, 0, '', ''),
(864, '1864', 'Dileep Mudadeniya', 'HBM Vice President - John Keells Group', '', '', 'Cinnamon Hotel Management Ltd', 'dileep@cinnamonhotels.com', '', '', 1, 0, 0, 0, '', ''),
(865, '1865', 'Lasantha  Perera', 'Director/ CEO', '', '', 'CITRUS Vacations Ltd', 'lasantha@citrusleisure.com', '', '', 1, 0, 0, 0, '', ''),
(866, '1866', 'B.W.B.  SuwarisÂ ', 'Batching Plant Manager', '', '', 'City Concrete (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(867, '1867', 'Nandika P Denipitiya ', '', '', '', 'City School Of Architecture', 'ndenipitiya@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(868, '1868', 'Silan  Wickramaarachchi', 'Chairman', '', '', 'CL Engineering (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(869, '1869', 'Indika  Dissanayake', 'General Manager', '', '', 'CL Engineering (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(870, '1870', 'Dian  Jayasuriya', 'Managing Director', '', '', 'CML - MTD Construction Ltd', 'Email: dng@cmlmtd.com', '', '', 1, 0, 0, 0, '', ''),
(871, '1871', 'Jehan  Amaratunga', 'Deputy Chairman', '', '', 'CML - MTD Construction Ltd', 'info@cmlmtd.net', '', '', 1, 0, 0, 0, '', ''),
(872, '1872', 'Yshan  Fernando', 'Chairman ', '', '', 'Colombo Brokers\' Association', '', '', '', 1, 0, 0, 0, '', ''),
(873, '1873', 'Nalin Wickramasinghe', 'Manager - Operations - Reid Avenue Branch', '', '', 'Commercial Bank', 'nalin_wickremasinghe@combank.net', '', '', 1, 0, 0, 0, '', ''),
(874, '1874', 'S.S.  Sarwar', 'Group CEO CEMS Global USA/ Asia Pacific', '', '', 'CEMS Pvt Ltd CEMS', 'ejaz.cems@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(875, '1875', 'Palitha  Wijemanne', 'Director/General Manager', '', '', 'Confifi Hotel Supplies Ltd', 'palitha@confifi.com.lk', '', '', 1, 0, 0, 0, '', ''),
(876, '1876', 'M.M.  Ibrahim', 'Chairman', '', '', 'Confifi Hotel Supplies Ltd', 'info@confifi.com.lk', '', '', 1, 0, 0, 0, '', ''),
(877, '1877', 'Upali  Jayalath', ' Director', '', '', 'CCM (Pvt) Ltd', 'ccmpl.uj@gmail.com,construction.cost.management@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(878, '1878', 'Nishantha  Wickramasinghe ', ' Director', '', '', 'CCM (Pvt) Ltd', 'ccmpl.nw@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(879, '1879', 'Amani  Chandrasekara', 'Manager Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'amanichandrarathne@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(880, '1880', 'Kanthi  Galapaththi', 'Senior Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'kanthindqs@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(881, '1881', 'Mohan  Indika', 'Senior Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'liyanaarachchi87@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(882, '1882', 'Kaumadhi  Wijesuriya', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'gayathreeqs@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(883, '1883', 'Thilina  Bandara', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'thilinago@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(884, '1884', 'Dulmini  Kapugamaarachchi', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'kapugamaarachchidulmini@gamil.com', '', '', 1, 0, 0, 0, '', ''),
(885, '1885', 'Sanira  Kanishka', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'sanirakanishka78@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(886, '1886', 'Charith  Kaushalya', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'charithkawshalya09@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(887, '1887', 'Yasith  Sandeepa', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'leoyasithsadeepa@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(888, '1888', 'Nayomi  Kaushalya', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'nkaushalya06@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(889, '1889', 'Pamoda  Hapuarachchi', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'pamoda89.jayathilaka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(890, '1890', 'Sahan  Wijesinghe', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'sahanisuranga@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(891, '1891', 'Udula  Sandamali', 'Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'wudulasandamali@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(892, '1892', 'Jalitha  Jayarathne', 'Assistant Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'jayarathna.jalitha@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(893, '1893', 'Ravindra  Sureshika', 'Assistant Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'ravi.sureshika@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(894, '1894', 'Chamath  Kothalawala', 'Assistant Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'chamath.thirusha@me.com', '', '', 1, 0, 0, 0, '', ''),
(895, '1895', 'Supun  Perera', 'Assistant Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'supunsubhashana@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(896, '1896', 'Bhasuru  Maddumage', 'Assistant Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'msbmaddumage@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(897, '1897', 'Udaraka  Niroshana', 'Trainee Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'agudaraka@icloud.com', '', '', 1, 0, 0, 0, '', ''),
(898, '1898', 'Yasiru  Chinthaka', 'Trainee Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'yasiruchinthaka95@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(899, '1899', 'Shihara  Jayasuriya', 'Trainee Quantity Surveyor', '', '', 'CCM (Pvt) Ltd', 'shiharaj029@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(900, '1900', 'Mahith  Wijesinghe', 'Resident Engineer', '', '', 'CCM (Pvt) Ltd', 'mahithpw@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(901, '1901', 'Roshan Ranawake', 'Managing Director', '', '', 'CUI (Pvt) Ltd', 'cusrilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(902, '1902', 'Ranjuna  Dilankara', 'Manager - Modern Trade Sales', '', '', 'Country Style Foods (Pvt) Ltd', 'smak@sltnet.lk , ranjuna@smak.lk', '', '', 1, 0, 0, 0, '', ''),
(903, '1903', 'Ranjuna Dilankara', 'Manager - Modern Trade Sales', '', '', 'Country Style Foods (Pvt) Ltd', 'smak@sltnet.lk  , ranjuna@smak.lk', '', '', 1, 0, 0, 0, '', ''),
(904, '1904', 'Godfrey  Mallikarachchi', 'Maneger Maintenancre', '', '', 'Country Stylle Foods (Pvt) Ltd', 'mallikarachchiprasad@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(905, '1905', 'S A L  Kumbukage', 'Managing Director', '', '', 'Creative Eco Solutions Pty Ltd', 'saman@swarna.com.lk', '', '', 1, 0, 0, 0, '', ''),
(906, '1906', 'Maneesha  Kumbukage', 'Director', '', '', 'Creative Eco Solutions Pvt Ltd', 'maneesha@swarna.com.lk', '', '', 1, 0, 0, 0, '', ''),
(907, '1907', 'Mr. Kasun ', 'Managing Director,', '', '', 'D. Samson Industries (Pvt) Ltd.,', 'E-mail:Â kasun@dsifootwear.com', '', '', 1, 0, 0, 0, '', ''),
(908, '1908', 'Mr. Kasun ', 'Managing Director,', '', '', 'D. Samson Industries (Pvt) Ltd.,', 'E-mail:Â kasun@dsifootwear.com', '', '', 1, 0, 0, 0, '', ''),
(909, '1909', 'Nandana  Jayawilal', 'Manager - Premises', '', '', 'D.R.Idustries (pvt) Ltd', 'nandana@damro.lk', '', '', 1, 0, 0, 0, '', ''),
(910, '1910', 'Nethshan  Narasinghe', 'Electronics Engineer', '', '', 'DPIT Ltd ', 'nethshan@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(911, '1911', 'Roshan Lyman', 'Head of Trade Economics', '', '', 'DRUSL & Maldives', 'delegation-sri-lanka@eeas.europa.eu', '', '', 1, 0, 0, 0, '', ''),
(912, '1912', 'Menaka  Mangalanatha', 'Director Architect', '', '', 'Department of Buildings', 'darchidob@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(913, '1913', 'Nirmalie De Silva', 'Course Director â€“ Fashion Design Course ', '', '', 'DTCT', 'nirmali@textile.mrt.ac.lk', '', '', 1, 0, 0, 0, '', ''),
(914, '1914', 'G T R  De Silva', 'Director (Engineering)', '', '', 'Design Advocacy (Pvt) Ltd', 'rbadra19@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(915, '1915', 'Migara Alwis', '', '', '', 'Design Consortium (Pvt) Limited', '', '', '', 1, 0, 0, 0, '', ''),
(916, '1916', 'M.N.M. Nizam', 'Head of Projects', '', '', 'DIC (Pvt) Ltd', 'finance@dicl.lk', '', '', 1, 0, 0, 0, '', ''),
(917, '1917', 'Devinda  Wickramarathne', 'Proprietor', '', '', 'Devinda Products', 'devindaproducts@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(918, '1918', 'Rimzan  Farook', 'Head of Marketing', '', '', 'Diamond Best Food Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(919, '1919', 'Mr.Pradeep Kahawalage ', 'Chief Operating Officer - Civil Construction,', '', '', 'Diesel & Motor Engineering PLC.,', 'E-mail:Â pradeep.kahawalage@dimolanka.com', '', '', 1, 0, 0, 0, '', ''),
(920, '1920', 'L.B.J.  Perera', 'Sole proprietor', '', '', 'Dinithi Enterprises', '', '', '', 1, 0, 0, 0, '', ''),
(921, '1921', 'Baddegama  Wickramanayake', 'Quantity Surveyor', '', '', 'Dinitwe Associates', '', '', '', 1, 0, 0, 0, '', ''),
(922, '1922', 'Niroshana Perera', 'Director', '', '', 'DN Enterprises Packing', 'niroshana@dnenterprises.lk', '', '', 1, 0, 0, 0, '', ''),
(923, '1923', 'Shehan  Anthony', 'Senior Manager', '', '', 'DSV Colombo', 'shehan.a.mohamed@lk.dsv.com', '', '', 1, 0, 0, 0, '', ''),
(924, '1924', 'Hasan  Saleem', 'Manager', '', '', 'DSV Colombo', 'hasan.saleem@lk.dsv.com', '', '', 1, 0, 0, 0, '', ''),
(925, '1925', 'Malika  John', 'Assistant Manager', '', '', 'DSV Colombo', 'malika.john@lk.dsv.com', '', '', 1, 0, 0, 0, '', ''),
(926, '1926', 'Hansa  Dissanayaka', 'Executive', '', '', 'DSV Colombo', 'hansa.dissanayaka@lk.dsv.com', '', '', 1, 0, 0, 0, '', ''),
(927, '1927', 'Shenali  Samarasinghe', 'Co-ordinator', '', '', 'DSV Colombo', 'shenali.Samarasinghe@lk.dsv.com', '', '', 1, 0, 0, 0, '', ''),
(928, '1928', 'E.C.S  Elvitigala', 'Product Manager', '', '', 'Dusky international (pvt) LTD', '', '', '', 1, 0, 0, 0, '', ''),
(929, '1929', 'K.A.R.A. Ranasinghe', 'Senior Technician', '', '', 'E gravity solutions', '', '', '', 1, 0, 0, 0, '', ''),
(930, '1930', 'Suhartha  Samadhi', 'IT qa manager', '', '', 'Ebeyonds', '', '', '', 1, 0, 0, 0, '', ''),
(931, '1931', 'N.D.  Dharmasena', 'Managing Director', '', '', 'EDC Construction (Pvt) Ltd', 'info@edc.lk,niroshaedc@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(932, '1932', 'Kanishka  Dharmasena', 'Director', '', '', 'EDC Construction (Pvt) Ltd', 'kanishkaedc@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(933, '1933', 'C.R.  Nawaratne', 'Manager Operation', '', '', 'EDC Construction (Pvt) Ltd', 'rajeeve.navaratne@edc.lk', '', '', 1, 0, 0, 0, '', ''),
(934, '1934', 'R.M  Dharmapala', 'Supply Manager', '', '', 'EDC Construction (Pvt) Ltd', 'suppliesedc@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(935, '1935', 'N.A  Premasiri', 'Site Manager', '', '', 'EDC Construction (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(936, '1936', 'A.D.R. Christie  Leonard', 'Managing Director', '', '', 'EDWARD & CHRISTIE', 'Fax: 011-2812441', '', '', 1, 0, 0, 0, '', ''),
(937, '1937', 'Prasanna  De Silva ', 'Director General ', '', '', 'Effexpo', 'effexpo@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(938, '1938', 'Shashi Gamage', 'Sales Manager', '', '', 'Eiger Holdings (Pvt) Ltd', 'shashig@eigerholdings.com', '', '', 1, 0, 0, 0, '', ''),
(939, '1939', 'Uthpala  Jayasekera', 'Maintanas Manager', '', '', 'Ellawala Export', 'uthpala17@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(940, '1940', 'Dharsha Pathirana', 'DGM - Marketing', '', '', 'Elpitiya Plantation PLC', 'dharsha@aitkenspence.lk', '', '', 1, 0, 0, 0, '', ''),
(941, '1941', 'Anura  Vithanage', 'Managing Director', '', '', 'ELS Construction (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(942, '1942', 'Indika  De Zoysa', 'Managing Director', '', '', 'Emac Property Developers', '', '', '', 1, 0, 0, 0, '', ''),
(943, '1943', 'Manjula  De Zoysa', 'CEO', '', '', 'Emac Property Developers', '', '', '', 1, 0, 0, 0, '', ''),
(944, '1944', 'U.G.  Ekanayaka', 'Business Development Manager', '', '', 'Endeavour Energy Corporation', 'upasaka.ekanayaka@endeavourcorporation.com', '', '', 1, 0, 0, 0, '', ''),
(945, '1945', 'K.D. Iroshi  Wijerathne', 'Senior Sales Administrator', '', '', 'Epsi Technology (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(946, '1946', 'Divya Perera', 'CEO', '', '', 'E-Silk Route Ventures (Pvt) Ltd', 'ecom@esilkroute.com.lk', '', '', 1, 0, 0, 0, '', ''),
(947, '1947', 'Duminda  Thantrimudali', 'Director', '', '', 'E-Trader Online Pvt. Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(948, '1948', 'Hans  Svendsen ', 'President', '', '', 'ECCSL', 'eccsl@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(949, '1949', 'Dingcheng  Zhao', 'Managing Director', '', '', 'EGBGD (Pvt) Ltd ', '114206056', '', '', 1, 0, 0, 0, '', ''),
(950, '1950', 'Ajith  Mawadavilage', 'Manager', '', '', 'EGBGD (Pvt) Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(951, '1951', 'Vidyajothy  De Silva', '', '', '', 'Faculty of Architecture', 'FAX, 011-267 3208', '', '', 1, 0, 0, 0, '', ''),
(952, '1952', 'K.A. Alahakoon', 'Chairman', '', '', 'Fairytales Design Studio', '', '', '', 1, 0, 0, 0, '', ''),
(953, '1953', 'Yasasi Usgalhewa', 'Managing Director', '', '', 'Fairytales Design Studio', '', '', '', 1, 0, 0, 0, '', ''),
(954, '1954', 'S.  Nishanth', 'Marketing manager', '', '', 'Faith interior solution', '', '', '', 1, 0, 0, 0, '', ''),
(955, '1955', 'Mahasen  Pannila', 'Director', '', '', 'Fauji Lanka Cement (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(956, '1956', 'Ruwan  Edirisinghe', 'President', '', '', 'FCCISL', 'president@fccisl.lk  ajith@asianpromoters.com', '', '', 1, 0, 0, 0, '', ''),
(957, '1957', 'Ajith D. Perera', 'Secretary General ', '', '', 'FCCISL', 'sg@fccisl.lk', '', '', 1, 0, 0, 0, '', ''),
(958, '1958', 'Yohan  Silva', 'Quantity Surveyor', '', '', 'Fentons Limited', '', '', '', 1, 0, 0, 0, '', ''),
(959, '1959', 'H. P. G. N.  Ferdinandis', 'Sales Development Officer', '', '', 'Ferdimesh', '', '', '', 1, 0, 0, 0, '', ''),
(960, '1960', 'Romesh  Moreas   ', 'Marketing Director', '', '', 'Finlays Colombo PLC', '', '', '', 1, 0, 0, 0, '', ''),
(961, '1961', 'Ashroff  Omar', 'Honorary  Consulate ', '', '', 'Finnish Consulate', 'ashroffo@brandix.com', '', '', 1, 0, 0, 0, '', ''),
(962, '1962', 'Leonard Edirisinghe', 'Sales Manager', '', '', 'FPT Food Process Technology Co.,Ltd', 'sl.cm@fpt-asia.com , secretary.sl@fpt-asia.com', '', '', 1, 0, 0, 0, '', ''),
(963, '1963', 'Mohamed  Ismail', 'Interior designer', '', '', 'Freelancer', '', '', '', 1, 0, 0, 0, '', ''),
(964, '1964', 'Gihan Nanayakkara', 'Managing Director', '', '', 'Freightplan (Pvt) Ltd', 'gihan@fp.com.lk', '', '', 1, 0, 0, 0, '', ''),
(965, '1965', 'Patrick Greenwood', 'Director Project Dev.', '', '', 'Frontier International (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(966, '1966', 'A.G.  Karunarathna', 'General Manager', '', '', 'Galle Face Hotel Managements', '', '', '', 1, 0, 0, 0, '', ''),
(967, '1967', 'B.M.K. BASNAYAKE', 'PARTNER', '', '', 'GENERAL ENGINEARING SERVICE', '', '', '', 1, 0, 0, 0, '', ''),
(968, '1968', 'Awantha  Athapaththu ', 'CEO', '', '', 'Genso Power Technologies (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(969, '1969', 'Nalin  Gankanda ', 'Deputy General Manager, Regulatory â€“ CMA', '', '', 'George Steuart Engineering Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(970, '1970', 'W.M.  Karunaratna', 'Consultant', '', '', 'George Steuart Teas (Pvt.) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(971, '1971', 'Hisham Greasy', 'Channel Development Manager', '', '', 'Gills International (Pvt) Ltd', 'hisham.greasy@gillsfoods.com', '', '', 1, 0, 0, 0, '', ''),
(972, '1972', 'Paddy  Paul  ', 'Director', '', '', 'Golden Isle Travel (Pvt) Ltd', 'paddy@goldenislesrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(973, '1973', 'Chathuri  Jayathilaka', 'Research Assisitant', '', '', 'Goldway Motor Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(974, '1974', 'SERGE C.S.  WATTE', 'MANAGING DIRECTOR', '', '', 'GP GARMENTS (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(975, '1975', 'Saravana  Raj', 'Proprietor', '', '', 'GR Project Management', '', '', '', 1, 0, 0, 0, '', ''),
(976, '1976', 'Ruwan Danthanarayana', 'Deputy General Manager', '', '', 'Green Way Asia Lanka Pvt Ltd', 'ruwanlahiru@royalcashew.lk', '', '', 1, 0, 0, 0, '', ''),
(977, '1977', 'Rohan Gunasekera', 'Managing Director', '', '', 'GTT Corporation Pvt Ltd', 'rohan.gtt@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(978, '1978', 'Mahasen  Samaravijaya ', 'CDASL Committee member', '', '', 'GVR Lanka (Pvt) Ltd.', 'sales@dynastyresidence.com', '', '', 1, 0, 0, 0, '', ''),
(979, '1979', 'Simittrarachchi ', 'area senior advisor Asia Pacific', '', '', 'Habitat for Humanity international', '', '', '', 1, 0, 0, 0, '', ''),
(980, '1980', 'Palitha Kohona', 'Managing Director', '', '', 'HII (Pvt) ltd ', 'kohonap@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(981, '1981', 'Chanaka Boteju', 'Institutional Manager', '', '', 'Harischandra Mills PLC', 'chanaka@harischandramills.com', '', '', 1, 0, 0, 0, '', ''),
(982, '1982', 'Isuri Jayathilake', 'Assistant Manager', '', '', 'Hayleys Agriculture Holdings', 'isuri.Jayatillake@agro.hayleys.com', '', '', 1, 0, 0, 0, '', ''),
(983, '1983', 'Chamila ', 'Director', '', '', 'Heavenz Ceylon', 'chamila@heavenzceylon.com', '', '', 1, 0, 0, 0, '', ''),
(984, '1984', 'Sugeetha Diyumantha', 'Product Specialist', '', '', 'Hemsons International (Pvt) Ltd', 'sugeeth@hemsons.lk', '', '', 1, 0, 0, 0, '', ''),
(985, '1985', 'K. Charith  Indradasa', 'Civil Engineer', '', '', 'HI-TEC Engineering Works', '', '', '', 1, 0, 0, 0, '', ''),
(986, '1986', 'Osman  Esa', 'Maintenance Manager', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(987, '1987', 'Hettihelage Indeewara', 'Technical Sales Engineer', '', '', 'Home & You Needs Pvt Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(988, '1988', 'Kanishka Rajapaksha', 'Quantity Surveyor', '', '', 'Home Art Designers & Consultants', '', '', '', 1, 0, 0, 0, '', ''),
(989, '1989', 'Uditha  Illerepuma', 'Managing Director', '', '', 'Home by Clove Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(990, '1990', 'Valeria  Rotari', 'Business Development Manager', '', '', 'Home by Clove Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(991, '1991', 'L S  Thilakkumara', 'Director - Zone', '', '', 'Horana Export Procesing Zone', 'sujeewat@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(992, '1992', 'Ajith  Dahanayake', 'General Manager', '', '', 'Hotel Lanka Super Corals', '', '', '', 1, 0, 0, 0, '', ''),
(993, '1993', 'Joel  Selvanayagam', 'Chairman', '', '', 'Hovael Holdings (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(994, '1994', 'Sinith  Janitha', 'Sales Executive', '', '', 'Hovael Holdings Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(995, '1995', 'Isuru ', '', '', '', 'Ilukkumbura Automation Pvt Ltd', 'isuruprabodha@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(996, '1996', 'Chelvadurai  Suntharendran', 'Building Services Manager', '', '', 'Indocean Developers (Pvt) Ltd', 'suntharen@altair.lk', '', '', 1, 0, 0, 0, '', ''),
(997, '1997', 'S.   Amarasekera', 'Director', '', '', 'ICTAD', '', '', '', 1, 0, 0, 0, '', ''),
(998, '1998', 'Upul  Shantha ', 'President', '', '', 'Institute of Quantity Surveyors', 'iqssl.lk@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(999, '1999', 'Aruna  Bandara', 'Honorary Secretary', '', '', 'Institute of Town Planners SL', '', '', '', 1, 0, 0, 0, '', ''),
(1000, '2000', 'Gehan Atapattu', 'Manager Business Development', '', '', 'IBC (Pvt) Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(1001, '2001', 'Hiddadura Mendis', 'Director', '', '', 'IBC (Pvt) Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(1002, '2002', 'Kosala Wickramanayake', 'President', '', '', 'International Business Council', '', '', '', 1, 0, 0, 0, '', ''),
(1003, '2003', 'Dinesh  Weerakkody  ', 'Chairman', '', '', 'ICCSL', 'info@iccsrilanka.com ', '', '', 1, 0, 0, 0, '', ''),
(1004, '2004', 'H.M.Samitha Suraweera', 'Quantity surveyor/Services Engineer', '', '', 'ICC', '', '', '', 1, 0, 0, 0, '', ''),
(1005, '2005', 'Charith  Perera', 'Director', '', '', 'ICC', 'Fax: 0114 400 230', '', '', 1, 0, 0, 0, '', ''),
(1006, '2006', 'Vajira  Nagodawithana', 'Director', '', '', 'ICC', '', '', '', 1, 0, 0, 0, '', ''),
(1007, '2007', 'Harsha  De Saram', 'Deputy Chairman &amp; CEO', '', '', 'ICC', '', '', '', 1, 0, 0, 0, '', ''),
(1008, '2008', 'Sameera  Wanigasekara', 'Manager, Production', '', '', 'ICC', '', '', '', 1, 0, 0, 0, '', ''),
(1009, '2009', 'Sameera  Wanigasekara', 'Manager, Production', '', '', 'ICC', '', '', '', 1, 0, 0, 0, '', ''),
(1010, '2010', 'R. A. Thushara  Deepal', 'Site Manager - Qa', '', '', 'ICC', '', '', '', 1, 0, 0, 0, '', ''),
(1011, '2011', 'Gerard Manik  Pereira', 'Honorary Consul of Ireland', '', '', 'Irish Consulate', '', '', '', 1, 0, 0, 0, '', ''),
(1012, '2012', 'Chandana  Amaradasa', 'Director/CEO', '', '', 'Island Leisure Lanka', 'chandana@islandleisure.lk', '', '', 1, 0, 0, 0, '', ''),
(1013, '2013', 'Mahesh  Pasqual', 'Managing Director', '', '', 'Isuru Engineering (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1014, '2014', 'Ahdil  Marikar', 'Marketing Manager', '', '', 'Ivanex Pvt Ltd', 'marketing@ivanex.biz', '', '', 1, 0, 0, 0, '', ''),
(1015, '2015', 'Mifthas  Marikar', 'Director', '', '', 'Ivanex Pvt Ltd', 'ceo@ivanex.biz', '', '', 1, 0, 0, 0, '', ''),
(1016, '2016', 'Suniwan  Yugandhara', 'Trainee Valuer', '', '', 'J.M.J. Fernando Associates', '', '', '', 1, 0, 0, 0, '', ''),
(1017, '2017', 'A R  Jeyamanon', 'Senior Deputy Director', '', '', 'Jaffna Regional Office', 'jeyamanonr@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1018, '2018', 'Sheromi Bernardshaw', 'Sales+Marketing', '', '', 'Jagro (Pvt) Ltd', 'sales@jagrofresh.lk', '', '', 1, 0, 0, 0, '', ''),
(1019, '2019', 'Janaka Jayasena', 'Chairman', '', '', 'Janaka Hardware and WKJT Eng.', '', '', '', 1, 0, 0, 0, '', ''),
(1020, '2020', 'Wasantha  Jayasena', 'Engineer ', '', '', 'Janaka Hardware and WKJT Eng.', '', '', '', 1, 0, 0, 0, '', ''),
(1021, '2021', 'Viraj Alagiyawanna', 'Marketing Executive', '', '', 'Janrich Foods Limited', 'viraj@janrichlk.com', '', '', 1, 0, 0, 0, '', ''),
(1022, '2022', 'Kazuhiko  Obama', 'Director ', '', '', 'Japan External Trade Organization', '', '', '', 1, 0, 0, 0, '', ''),
(1023, '2023', 'Aelian  Gunawardena', 'Managing Director', '', '', 'JAT Holdings (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1024, '2024', 'Aelian  Gunawardena ', 'CDASL Committee member', '', '', 'JAT Holdings PLC', '', '', '', 1, 0, 0, 0, '', ''),
(1025, '2025', 'Gihan Athapattu', 'Operations Manager', '', '', 'Jay Ceylon Cinnamon (Pvt) Ltd', 'operations@jaycinnamon.com , MD@jaycinnamon.com , ajithpnv@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1026, '2026', 'Nalin  Ariyaratne ', 'General Manager', '', '', 'Jetwing Events (Private) Limited', 'nalin@jetwing.lk', '', '', 1, 0, 0, 0, '', ''),
(1027, '2027', 'Jayantissa Kehelpannala', 'Executive Vice President & Sector Head for Sri lankan Hotels ', '', '', 'John Keells Holdings', 'kehel@keells.com', '', '', 1, 0, 0, 0, '', ''),
(1028, '2028', 'Nirushika De Silva', 'Proprietor', '', '', 'John\'s', 'johns.srilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1029, '2029', 'Sharad  Amalean', 'Chairman ', '', '', 'Joint Apparel Ass. Forum SL', 'azeem@maliban.lk', '', '', 1, 0, 0, 0, '', ''),
(1030, '2030', 'Charitha  Bandara', 'National President', '', '', 'Junior Chamber Int.l SL', 'srilanka@jci.cc', '', '', 1, 0, 0, 0, '', ''),
(1031, '2031', 'Jemsith  Azeez', 'Manager', '', '', 'Just Media Foundation', 'majemsith83@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1032, '2032', 'K.D. Menuwan Weerasinghe', 'Director', '', '', 'K.D.A. Weerasinghe & Co', 'Fax: 011 2835863', '', '', 1, 0, 0, 0, '', ''),
(1033, '2033', 'Janith Kasuntha Bandara  Dassanayake', 'Quantity Surveyor', '', '', 'K.D.A. Weerasinghe & Co. (Pvt.) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1034, '2034', 'Janice Hakel Ranasinghe ', 'Proprietor', '', '', 'Kairos', 'janis.kairos@gmail.com,janis@sltnet.lk,kairos@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1035, '2035', 'T.M.P. Tennakoon', 'Senior Deputy Director - Zone Management', '', '', 'Kandy Industrial Park- CRO', 'prasannat@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1036, '2036', 'D. M.Niranda Priyanjana  Dasanayake', 'Draughtsman', '', '', 'Kandy Town Plan Center', '', '', '', 1, 0, 0, 0, '', ''),
(1037, '2037', 'A S K T Ranjan  Sibera', 'Director - Zone', '', '', 'Katunayake Export Processing Zone', 'ranjans@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1038, '2038', 'Ms Udeni Nakandala ', 'Managing Director', '', '', 'Kavin Polymers (Pvt) Limited.,', 'E-mail:Â udenin@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1039, '2039', 'Ms Udeni Nakandala ', 'Managing Director', '', '', 'Kavin Polymers (Pvt) Limited.,', 'E-mail:Â udenin@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1040, '2040', 'K.D.  Indaka', 'Managing Director', '', '', 'KD Ebert & Sons Holdings', '', '', '', 1, 0, 0, 0, '', ''),
(1041, '2041', 'Anusha Perera', 'Manager', '', '', 'Kect Impex Pvt Ltd', 'kectgroup@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1042, '2042', 'Mr. Mahinda Saranapala ', 'Director/CEO,', '', '', 'Kelani Cables Plc.,', 'E-mail:Â mahinda@kelanicables.com', '', '', 1, 0, 0, 0, '', ''),
(1043, '2043', 'Mr. Mahinda Saranapala ', 'Director/CEO,', '', '', 'Kelani Cables Plc.,', 'E-mail:Â mahinda@kelanicables.com', '', '', 1, 0, 0, 0, '', ''),
(1044, '2044', 'Mahesh Kumara', 'Assistant Manager', '', '', 'Kelani Valley Canneries Ltd', 'maheshk@kvc.cwmackie.com', '', '', 1, 0, 0, 0, '', ''),
(1045, '2045', 'Madura  de Silva', 'Director', '', '', 'KENT ENGINEERS (PVT) LTD', 'Fax: 011-2825319', '', '', 1, 0, 0, 0, '', ''),
(1046, '2046', 'Damith  Rangapriya', 'Quantity Surveyor', '', '', 'Kent Engineers (Pvt) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1047, '2047', 'M.M.  MANATHUNGA', 'ENGINEER', '', '', 'KENT ENGINEERS PVT LTD', '', '', '', 1, 0, 0, 0, '', ''),
(1048, '2048', 'S.E.M Ekanayake', 'Quantity Surveyor', '', '', 'Kent Engineers(Pvt)Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1049, '2049', 'Vajira  Paulis', 'Director', '', '', 'Kingagbo Internationel', '', '', '', 1, 0, 0, 0, '', ''),
(1050, '2050', 'Milan ', 'Engineer', '', '', 'Kingslake Engineering', 'milan86amarasooriya@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1051, '2051', 'Sachithra  Fernando', 'Managing Director', '', '', 'Klaro Lanka  Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1052, '2052', 'S. Kishore  Kanthan', 'Executive - Sales', '', '', 'Klaro Lanka  Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1053, '2053', 'H K M N P  Ranatunga', 'Director - Zone', '', '', 'Koggala Export Processing Zone', 'ranatungap@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1054, '2054', 'Nimal  Korale', 'Managing Director', '', '', 'KES (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1055, '2055', 'T. Kirubakaran', 'Director', '', '', 'Konig Electronics', 'konig2005@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1056, '2056', 'Yong duk kim ', 'Director General', '', '', 'KOTRA-Korea Trade-Investment ', 'colombo@kotra.lk', '', '', 1, 0, 0, 0, '', ''),
(1057, '2057', 'Sasini  De Silva', 'Manager', '', '', 'KOTRA-Korea Trade-Investment ', 'colombo@kotra.lk', '', '', 1, 0, 0, 0, '', ''),
(1058, '2058', 'Jagath  Piyasena', 'Managing Director', '', '', 'L.H. Piyasena &amp; Co. Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1059, '2059', 'S I Balasuriya', '', '', '', 'Landscape Unit, Dept. Architecture, ', 'Fax  011 265 1047\r\n', '', '', 1, 0, 0, 0, '', ''),
(1060, '2060', 'Waruna Madushanka ', 'Manager - Promotions', '', '', 'Lanka Dairies Pvt Ltd', 'promotions@lmfgroup.lk', '', '', 1, 0, 0, 0, '', ''),
(1061, '2061', 'Bhagya  Hettiarachchi', 'General Manager', '', '', 'Lanka Deep Wells Pvt. Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1062, '2062', 'Kularathna   Priyantha', 'Manager Operations', '', '', 'Lanka Quarries (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1063, '2063', 'J. Anura  Vithanage', 'Chairman', '', '', 'Lanka Readymix Concrete Ass.', 'sridharan2003@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1064, '2064', 'K.  Sridharan', 'Managing Director', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1065, '2065', 'N.M. Jeremy  Adams', 'CEO', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1066, '2066', 'Vajira  Jayasuriya', '', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1067, '2067', 'Krishnan  Sridharan', 'Coordinator', '', '', 'Lanka Readymix Concrete Ass.', 'coordinator@lrca.lk', '', '', 1, 0, 0, 0, '', ''),
(1068, '2068', 'Nandana  Amunuthuduwa', 'Secretary', '', '', 'Lanka Readymix Concrete Ass.', 'coordinator@lrca.lk, operation@informexconcreting.com', '', '', 1, 0, 0, 0, '', ''),
(1069, '2069', 'Anura  Vithanage', 'Chairman', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1070, '2070', 'Vajira  Jayasuriya', 'Secretary', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1071, '2071', 'Jeremy  Adams', 'Treasurer', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1072, '2072', 'K.  Sridharan', 'Coordinator', '', '', 'Lanka Readymix Concrete Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1073, '2073', 'Harshini  Amaratunge', 'Business Partner', '', '', 'Lanka Safety Equipment', '0112 823616', '', '', 1, 0, 0, 0, '', ''),
(1074, '2074', 'Quintas  Amarakoon', 'Business Partner', '', '', 'Lanka Safety Equipment', '0112 823616', '', '', 1, 0, 0, 0, '', ''),
(1075, '2075', 'Damith  Shaminda', 'Executive - Brands', '', '', 'Lanka Spice (Pvt) Ltd', 'damith@mccurrie.net', '', '', 1, 0, 0, 0, '', ''),
(1076, '2076', 'R. Udayakumar', 'Propritor', '', '', 'Lexus trading Co.Ltd', 'lexustrding@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1077, '2077', 'Gamunu  PiyasenaÂ ', 'Director', '', '', 'LHP Ready Mixed Concrete (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1078, '2078', 'S. Thumilan', 'Chairman', '', '', 'LINK ENGINEERING (PVT) LTD', 'Fax: 011-2883450/011-2883452', '', '', 1, 0, 0, 0, '', ''),
(1079, '2079', 'Chathuranga Lakmal', 'Assistant Manager ', '', '', 'Link Natural Products (Pvt) Ltd', 'chathuranga.l@lnp.lk', '', '', 1, 0, 0, 0, '', ''),
(1080, '2080', 'Indika S  Bandara', 'Managing Director', '', '', 'Link Networks & Electric (Pvt)Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1081, '2081', 'M.  Rajaratnam', 'Batching Plant Manager', '', '', 'Link Readymix (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1082, '2082', 'Sandaru  Bandara', 'Brand Manager', '', '', 'Little Lion Associates (Pvt) Ltd', 'sandaru.bandara@malibangroup.lk', '', '', 1, 0, 0, 0, '', ''),
(1083, '2083', 'A.A.M.  Illiyas', 'Director', '', '', 'Lucky Property Developers Pvt Ltd', 'illiyas@lucky.lk', '', '', 1, 0, 0, 0, '', ''),
(1084, '2084', 'Nuwan Attanayake', 'Producer-Director', '', '', 'Luna Productions', 'nuwan.attanayake@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1085, '2085', 'Tuan Shaffaath  Amidon', '', '', '', 'M&S Travel Solutions Pvt Ltd', 'shaffaath@mnshotelsolutions.com', '', '', 1, 0, 0, 0, '', ''),
(1086, '2086', 'Dinushki  De Silva', 'Accountant', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1087, '2087', 'M.C.J.Moriss  Medagedara', 'Chairman', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1088, '2088', 'D.W.B.S.  Gunathilaka', 'AGM - Projects', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', '');
INSERT INTO `visitors` (`id`, `visitor_ref_no`, `visitor_name`, `visitor_designation`, `visitor_mobile_no`, `visitor_country`, `visitor_company_name`, `visitor_email`, `visitor_tel_no`, `visitor_industries`, `pre_registration`, `invites`, `onsite`, `exhibitor`, `visitor_hear_about`, `visitor_remarks`) VALUES
(1089, '2089', 'N. O. D . G . S.  Pieries', 'AGM - Operations', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1090, '2090', 'M.R.Rivihara  Wickramasinghe', 'Business Development Manager', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1091, '2091', 'R.V.D.T.  Kumara', 'Project Manager', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1092, '2092', 'T.M.K.  Madushanka', 'Mechenical Engineer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1093, '2093', 'D.D.Priyantha  Wijerathne', 'Safety Officer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1094, '2094', 'S.G.S.Niroshan  Piyathilaka', 'Mechenical Engineer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1095, '2095', 'R.S.K.Dinidu Senarathna', 'Mechenical Engineer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1096, '2096', 'P.G.Isuru Nawarathne', 'Mechenical Engineer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1097, '2097', 'P.G.Dinitha  Priyasad', 'Electrical Engineer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1098, '2098', 'R.E.Aloka  Wijewardane', 'Civil Engineer', '', '', 'Macrotech Heavy Eng. (Pvt) Ltd', '011 4541082', '', '', 1, 0, 0, 0, '', ''),
(1099, '2099', 'Tissa  MallawarachchiÂ Â ', 'Plant Manager', '', '', 'Maga Engineering (Pte) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1100, '2100', 'Tissa  MallawarachchiÂ Â ', 'Plant Manager', '', '', 'Maga Engineering (Pte) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1101, '2101', 'K S M R  Konagedara', 'Quantity Surveyor', '', '', 'MAGA Engineering (Pvt) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1102, '2102', 'Malshan  Amarasinghe', 'Managing Director', '', '', 'Mahajana Printers and Stationary', '', '', '', 1, 0, 0, 0, '', ''),
(1103, '2103', 'K.D. Menuwan Weerasinghe', 'Hon. Secretary', '', '', 'Major Constructors ', '', '', '', 1, 0, 0, 0, '', ''),
(1104, '2104', 'Madura  Wijeyewickrema', 'CEO', '', '', 'MAJOR CONSTRUCTORS OF SRI LANKA', 'Email: majorconstructorsofsrilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1105, '2105', 'Abdul   Karim', 'Properriter', '', '', 'Maksons', '', '', '', 1, 0, 0, 0, '', ''),
(1106, '2106', 'Positha  Perera ', 'Category Manager', '', '', 'Maliban Biscuit Man. (Pvt) Ltd', 'positha.perera@malibangroup.lk', '', '', 1, 0, 0, 0, '', ''),
(1107, '2107', 'Praneeth Kolonnage', 'Assistant Brand Manager', '', '', 'Maliban Dairy & Agri Pro. (Pvt) Ltd', 'praneeth.kolonnage@malibangroup.lk', '', '', 1, 0, 0, 0, '', ''),
(1108, '2108', 'Binara  Ranaweera', 'Director', '', '', 'Malko International (pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1109, '2109', 'R P S  Pushpakumari', 'Senior Deputy Director', '', '', 'Malwatta Export Processing Zone', 'samanthip@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1110, '2110', 'H.M.G.M. Hennayake', 'Manager - Business Development', '', '', 'Mamma Cook Pvt Ltd', 'madu@mammacook.com', '', '', 1, 0, 0, 0, '', ''),
(1111, '2111', 'Chamil Asanka  Alwis', 'Manager - Purchasing', '', '', 'MAS Active Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1112, '2112', 'Dinesh  Abeysundara', 'DGM- Engineering Projects', '', '', 'Mas Kreeda (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1113, '2113', 'Mario  De Alwis', 'Managing Director', '', '', 'Ma\'s Tropical Food Processing (Pvt) Ltd', 'info@masfoods.lk, happylifekitchen@masfoods.lk', '', '', 1, 0, 0, 0, '', ''),
(1114, '2114', 'Prabodini  Ranasinghe', 'Assistant Manager - Brands', '', '', 'Ma\'s Tropical Food Processing (Pvt) Ltd', 'probodani.ranasinghe@mas.kitchen', '', '', 1, 0, 0, 0, '', ''),
(1115, '2115', 'Chandana  Abeygunasekara', 'Chairman', '', '', 'Matro Eng. And Con. (Pvt) Ltd', '112751304', '', '', 1, 0, 0, 0, '', ''),
(1116, '2116', 'Ravindu  Abeygunasekara', 'Operations Manager', '', '', 'Matro Eng. And Con. (Pvt) Ltd', '112751304', '', '', 1, 0, 0, 0, '', ''),
(1117, '2117', 'D P C  Nilmini', 'Senior Deputy Director', '', '', 'Mawathagama Export Processing Zone', 'chandrikan@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1118, '2118', 'Kavini Karunathilake', 'Management Assistant ', '', '', 'Mayacert Pvt Ltd', 'mayacertasiatc@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1119, '2119', 'Shabbir  Anverally', 'Director', '', '', 'Meraki', 'shabbiranverally@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1120, '2120', 'Kaleelur Nifras', 'Director', '', '', 'Micro Engineering', '', '', '', 1, 0, 0, 0, '', ''),
(1121, '2121', 'Noor Thasneem', 'Director', '', '', 'Micro Engineering', '', '', '', 1, 0, 0, 0, '', ''),
(1122, '2122', 'A S. Sasna  Thasneem', 'CEO', '', '', 'Micro Engineering', '', '', '', 1, 0, 0, 0, '', ''),
(1123, '2123', 'K.R.M  Nafeel', 'Civil Engineer', '', '', 'Micro Engineering', '', '', '', 1, 0, 0, 0, '', ''),
(1124, '2124', 'Gehan  Subasinghe', 'Team Leader/ Senior QS', '', '', 'Milcris (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1125, '2125', 'A S  Subasinghe', 'Senior Deputy Director', '', '', 'Mirigama Export Processing Zone', 'subasinghes@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1126, '2126', 'H K M N P  Ranatunga', 'Director - Zone', '', '', 'Mirijjavila Export Processing Zone', 'ranatungap@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1127, '2127', 'S S M  Abeysekara', 'Senior Deputy Director (Zone Management)', '', '', 'Mirijjavila Export Processing Zone', 'senakaa@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1128, '2128', 'Dilan  Premachandra', 'Architect', '', '', 'MKA', '', '', '', 1, 0, 0, 0, '', ''),
(1129, '2129', 'Thilina  Waduarachchi', 'Agriculture Assistant', '', '', 'MKDP', '', '', '', 1, 0, 0, 0, '', ''),
(1130, '2130', ' ', 'Managing Director', '', '', 'MTD Walkers PLC', '', '', '', 1, 0, 0, 0, '', ''),
(1131, '2131', 'Gayani  Jayarathne', 'Head of Legal', '', '', 'Multichemi International Ltd,', 'E-mail:Â gayanish@nbc.lk', '', '', 1, 0, 0, 0, '', ''),
(1132, '2132', 'Ruchi  Juneja ', 'Corporate Marketing ', '', '', 'Multivac Laraon India Pvt Ltd', 'ruchi.juneja@multivac.co.in', '', '', 1, 0, 0, 0, '', ''),
(1133, '2133', 'Chris  Bowers', 'Managing Director', '', '', 'Mynott Bowers (Pvt) Limited', '', '', '', 1, 0, 0, 0, '', ''),
(1134, '2134', 'Shiwantha  Rathnayake', 'Quantity surveyor', '', '', 'N&A Engineering Services (Pvt) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1135, '2135', 'M.G.H.  Pushpa Kumara', 'Project Manager', '', '', 'N.M.Construction', '', '', '', 1, 0, 0, 0, '', ''),
(1136, '2136', 'Rizvi Zahid', 'Chairman', '', '', 'National Agri-Business Council', 'rizvi.zaheed@hayleys.com', '', '', 1, 0, 0, 0, '', ''),
(1137, '2137', 'Dushan  Anuradha', 'Scientist', '', '', 'NBRO', '', '', '', 1, 0, 0, 0, '', ''),
(1138, '2138', 'Sujeeve  Samaraweera', 'President', '', '', 'NCCISL', 'sg@nationalchamber.lk', '', '', 1, 0, 0, 0, '', ''),
(1139, '2139', 'Bandula  Dissanayake', 'Secretary General / CEO', '', '', 'NCCISL', 'sg@nationalchamber.lk', '', '', 1, 0, 0, 0, '', ''),
(1140, '2140', 'Upeka  Manike', 'RECP Technologist', '', '', 'NCPCSL', 'upeka.ncpc@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1141, '2141', 'Athula  Galagoda', 'Chairman', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(1142, '2142', 'Chinthaka  Abeywickrama', 'Senior Engineer IT', '', '', 'NWSDB', '', '', '', 1, 0, 0, 0, '', ''),
(1143, '2143', 'Samuditha  Kumarasinghe', 'Director,', '', '', 'Nature\'s Beauty Creations Ltd,', 'E-mail:Â samuditha@nbc.lk', '', '', 1, 0, 0, 0, '', ''),
(1144, '2144', 'Kavirathna  Silva', '', '', '', 'Nawaloka construction', '', '', '', 1, 0, 0, 0, '', ''),
(1145, '2145', 'Nipuni Fonseka', 'Assistant Quantity Surveyor', '', '', 'NCC (Pvt) Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(1146, '2146', 'Nilantha  Chandrasekara', 'Owner', '', '', 'NC Cement Blocks', '', '', '', 1, 0, 0, 0, '', ''),
(1147, '2147', 'Vindya  Shehani', 'Assistant Engineer', '', '', 'NC Engineering ', 'info@ncengineering.lk', '', '', 1, 0, 0, 0, '', ''),
(1148, '2148', 'Gnanasabesan  Jathurschan', 'Structural Engineer', '', '', 'NCD Consultants (Pvt) Ltd', 'g.jathu@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1149, '2149', 'P.N.  Fernando', 'Chairman', '', '', 'Neil Fernando (Pvt) Ltd  ', 'contact@neilmarine.com', '', '', 1, 0, 0, 0, '', ''),
(1150, '2150', 'Nela De zoysa ', '', '', '', 'NDZDC (Pvt) Ltd. ', 'E.mail  nelarcht@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1151, '2151', 'W.D.S.C. Kularathne', 'Sales Manager', '', '', 'Nelna Agri Development (Pvt) Ltd', 'samank@nelna.lk', '', '', 1, 0, 0, 0, '', ''),
(1152, '2152', 'Sujith  Bandara', 'Director', '', '', 'NEM CONSTRUCTION (Pvt) Ltd', 'Email: nemcons@sltnet.lk,amstbandara@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1153, '2153', 'Raja  Nanayakkara', 'Managing Director', '', '', 'NEM Construction (Pvt) Ltd', 'nemcons@sltnet.lk ', '', '', 1, 0, 0, 0, '', ''),
(1154, '2154', 'Saumya Jayakodi', 'Quality Assurance Manager', '', '', 'New Anthoney\'s Farms (Pvt) Ltd', 'saumya@newanthoneys.lk , tishan@newanthoneys.lk', '', '', 1, 0, 0, 0, '', ''),
(1155, '2155', 'S. Rajkumar', 'Director', '', '', 'New Lloyds Foods (Pvt) Ltd', 'rajkumar@newlloyds.lk', '', '', 1, 0, 0, 0, '', ''),
(1156, '2156', 'Amindra  William', 'Managing Director', '', '', 'New Universe UK Ltd', 'williamamindra@me.com', '', '', 1, 0, 0, 0, '', ''),
(1157, '2157', 'Nalaka Sampath', 'Director', '', '', 'Nexus Engineering Solutions (Pvt) Ltd', 'info@nexens.net', '', '', 1, 0, 0, 0, '', ''),
(1158, '2158', 'M. Niroshan Jayasinghe', 'Proprietor', '', '', 'Nimani Plan Designs', '', '', '', 1, 0, 0, 0, '', ''),
(1159, '2159', ' M.M.M.  Rushanudeen Jpwi', 'Managing Partner', '', '', 'Nizam Trading', 'Nizamtrading@Gmail.Com', '', '', 1, 0, 0, 0, '', ''),
(1160, '2160', 'Tiran  Nanayakkara', 'Team Leader', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1161, '2161', 'Radika  Wijerathna', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1162, '2162', 'Eranda  Wijesekara', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1163, '2163', 'Chamini  Jayasinha', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1164, '2164', 'Ruvini  Wanasinha', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1165, '2165', 'Mahesh  Priyanga', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1166, '2166', 'Thilini  Karunarathna', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1167, '2167', 'Lalinda  Geeth', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1168, '2168', 'Malka  Samankumarie', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1169, '2169', 'Sanjaya  Wijewickrama', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1170, '2170', 'Rajith  Chathuranga', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1171, '2171', 'Ishari  Chathurika', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1172, '2172', 'Malroy  Ekanayake', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1173, '2173', 'Ananda ', 'Team member', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1174, '2174', 'Tharushi  Rajapaksha', 'Team member-sustainability', '', '', 'North Manufacturing (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1175, '2175', 'Tiran  Nanayakkaya', 'Team Leader', '', '', 'North Saild', '', '', '', 1, 0, 0, 0, '', ''),
(1176, '2176', 'W Noel  Dabare', 'Director - Zone', '', '', 'North Western Regional Office', 'noeld@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1177, '2177', 'Chandana  Hettiarachchi', 'Director/Ceo', '', '', 'Nuts Spice (Pvt) Ltd', 'nutsspice@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1178, '2178', 'P.  Manamperi', 'Chairman', '', '', 'Nuwani Construction (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1179, '2179', 'Sujeewa  Walisundara', 'Director Marketing', '', '', 'Oasis Marketing Co. Pvt Ltd', 'sujeewaoasis@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1180, '2180', 'W.M.M.R. Sirinimal', 'Managing Director', '', '', 'Oretaw Hi-Tech Windows Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1181, '2181', 'Ashkin  Bishar', 'Import & Export Manager', '', '', 'Panisula Trade Center', 'ashkinbishar@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1182, '2182', 'Panduka  Tennakoon', 'CEO', '', '', 'Pawara Technologia (Pvt.) Ltd.', '115921398', '', '', 1, 0, 0, 0, '', ''),
(1183, '2183', 'Kumuduni  Egalla', 'Engineer', '', '', 'Pawara Technologia (Pvt.) Ltd.', '115921398', '', '', 1, 0, 0, 0, '', ''),
(1184, '2184', 'Shavin  Samarasinghe', 'Manager - Operations', '', '', 'Penthouse Engineers (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1185, '2185', 'Kirul  Dayantha', 'General Manager', '', '', 'Pership (Pvt) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1186, '2186', 'Janitha Karunawallabha', 'Senior Software Engineer', '', '', 'Persistent Systems Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1187, '2187', 'Lakshan Wickramaarachchi', 'Project & System Coordinator', '', '', 'Peterson Projects & Solutions', 'lwickramaarachchi@onepeterson.com', '', '', 1, 0, 0, 0, '', ''),
(1188, '2188', 'M S A  Dharmapala', '', '', '', 'Pharmaceutical Manufacturing Zone', 'sampathd@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1189, '2189', 'Sudath  Hewage', 'President', '', '', 'Pharmaceutical Society of Sri Lanka', 'tuled@hotmail.com ', '', '', 1, 0, 0, 0, '', ''),
(1190, '2190', 'Shanti  Outscoorn', 'Executive Director', '', '', 'PICO Sri Lanka/ Intertrade Lanka Management (Pvt) Ltd', 'shanti.o@sl.pico.com', '', '', 1, 0, 0, 0, '', ''),
(1191, '2191', 'Kishore  Reddy ', 'CDASL Committee member ', '', '', 'PRI (Pvt) Ltd', 'info@platinum1.lk', '', '', 1, 0, 0, 0, '', ''),
(1192, '2192', 'A S Prasanna  Kumara', 'Senior Deputy Director', '', '', 'Polgahawela Export Processing Zone', 'prasannak@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1193, '2193', 'Krishan  Balendra', 'Honorary Consul-General', '', '', 'PHCGC', 'senora.jkh@keells.com', '', '', 1, 0, 0, 0, '', ''),
(1194, '2194', 'B.A.P  Premajeewa', 'Chairman', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1195, '2195', 'Miss.Nimali  Godigamuwa', 'Manager Operations', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1196, '2196', 'Thilanka  Gamage', 'Manager Plants', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1197, '2197', 'Buddhika  Sandanayake', 'Executive Sales', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1198, '2198', 'Chanaka  Thalagala', 'Executive Sales', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1199, '2199', 'Chithral  Sumanaratne', 'Executive Sales', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1200, '2200', 'Thushara  Dissanayake', 'Executive Quality', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1201, '2201', 'Lakmal ', 'Executive Purchasing', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1202, '2202', 'Supun ', 'Executive Store', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1203, '2203', 'Ruwani  Chathurika', 'Assistant Accountant', '', '', 'Prema Readymix (Pvt) Ltd.', '112054041', '', '', 1, 0, 0, 0, '', ''),
(1204, '2204', 'Palliyaguruge  Prematilaka', 'Quntity Surveyor', '', '', 'Prematilaka enterprises', '', '', '', 1, 0, 0, 0, '', ''),
(1205, '2205', 'Samhan  Munzir', 'Chairman', '', '', 'Premium Constructions & Consultants', '', '', '', 1, 0, 0, 0, '', ''),
(1206, '2206', 'Munshir  Munzir', 'Civil Engineer', '', '', 'Premium Constructions & Consultants', '', '', '', 1, 0, 0, 0, '', ''),
(1207, '2207', 'Ravindu  Indunil', 'Technical Officer', '', '', 'Premium Constructions & Consultants', '', '', '', 1, 0, 0, 0, '', ''),
(1208, '2208', 'Janka Prasanna  Kuruppu', 'Senior Draughtsman', '', '', 'Premium Constructions & Consultants', '', '', '', 1, 0, 0, 0, '', ''),
(1209, '2209', 'Chathuiri  Jayangane', 'Quantity Surveyor', '', '', 'Premium Constructions & Consultants', '', '', '', 1, 0, 0, 0, '', ''),
(1210, '2210', 'R.P. Andrew Prasand', 'Director', '', '', 'Print Wide Trading Pvt Ltd', 'printwide2017@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1211, '2211', 'Michelle  Valencia', 'Operations Manager', '', '', 'Pristinetech (Pvt) Ltd', 'michelle@ptlsl.com', '', '', 1, 0, 0, 0, '', ''),
(1212, '2212', 'Thusitha Wijayasena', 'Chairman / Managing Director', '', '', 'PFIK (Pvt) Ltd', '112887880', '', '', 1, 0, 0, 0, '', ''),
(1213, '2213', 'Jerome Rooyen', 'General Manager', '', '', 'Prudential Shipping Lines Pte Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1214, '2214', 'Audrey  Peiris', 'Country Manager', '', '', 'PS Kosher Food Works  (Star - K)', 'sl@psfood.org', '', '', 1, 0, 0, 0, '', ''),
(1215, '2215', 'Kasuni  Piyawardena', 'Executive - Chemist', '', '', 'Puritas (Pvt) Ltd', 'kmp@haycarb.com', '', '', 1, 0, 0, 0, '', ''),
(1216, '2216', 'Lahiru  Sachintha', 'Technical Marketer', '', '', 'Puritas (Pvt) Ltd', 'vgm@haycarb.com', '', '', 1, 0, 0, 0, '', ''),
(1217, '2217', 'Kapila  Hettiwatte', 'Senior Operation Manager', '', '', 'Pussalla Meat Producers ', 'kapila.h@pussalla.com', '', '', 1, 0, 0, 0, '', ''),
(1218, '2218', 'Sudesh  Gomes', 'Manager - Supplies', '', '', 'Pyramid Wilmar ( Pvt ) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1219, '2219', 'Gamini  Fernando', 'Sales Manager', '', '', 'R.N.R trading pvt lld', '', '', '', 1, 0, 0, 0, '', ''),
(1220, '2220', 'M. Thiyagaraja', 'Consultant', '', '', 'Raja Associates', 'mthiya@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1221, '2221', 'Kushan Dias', 'Director', '', '', 'Ranre Inernational Pvt Ltd', 'kushan@ranreint.com', '', '', 1, 0, 0, 0, '', ''),
(1222, '2222', 'Neil  Prasantha', 'Asst.Manager IT', '', '', 'Rayin Food Products Pvt Ltd', 'neil@rayinfood.com', '', '', 1, 0, 0, 0, '', ''),
(1223, '2223', 'Rishantha  Bhareti', 'Managing Director', '', '', 'Rebco Fence Links (Pvt) Ltd', '0112 - 769090', '', '', 1, 0, 0, 0, '', ''),
(1224, '2224', 'Hemal  Jayewickreme', 'CEO', '', '', 'Rebco Fence Links (Pvt) Ltd', '0112 - 769090', '', '', 1, 0, 0, 0, '', ''),
(1225, '2225', 'Gerald  Sovis', 'DGM - Business Development', '', '', 'Rebco Fence Links (Pvt) Ltd', '0112 - 769090', '', '', 1, 0, 0, 0, '', ''),
(1226, '2226', 'Monty  Perera', 'Account Manager', '', '', 'Rebco Fence Links (Pvt) Ltd', '0112 - 769090', '', '', 1, 0, 0, 0, '', ''),
(1227, '2227', 'Sampath Kumara', 'Senior Sales Executive', '', '', 'Rebco Fence Links (Pvt) Ltd', '0112 - 769090', '', '', 1, 0, 0, 0, '', ''),
(1228, '2228', 'Sanath  Karunasekara', 'DGM -Quality', '', '', 'Rebco Fence Links (Pvt) Ltd', '0112 - 769090', '', '', 1, 0, 0, 0, '', ''),
(1229, '2229', 'Peduru Karunatilaka', 'Food Technologist', '', '', 'Regency Teas (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1230, '2230', 'Lal  De Silva', 'Assistant Manager Purchasing Resplendent Ceylon', '', '', 'Resplendent Ceylon Ltd ', '', '', '', 1, 0, 0, 0, '', ''),
(1231, '2231', 'Sahan Fernando', 'Managing Director', '', '', 'Rex Industries Pvt Ltd', 'sahan@rexgroup.lk', '', '', 1, 0, 0, 0, '', ''),
(1232, '2232', 'Mr.D.P.P.Kahawalage ', 'Chief Operating Officer', '', '', 'Richardson Engineering (Pvt) Ltd.,', 'E-mail:Â pradeepk@richardsonsl.com', '', '', 1, 0, 0, 0, '', ''),
(1233, '2233', 'Anil  Fernando', 'Admin Manager', '', '', 'Rieco Industries', 'info@transcon.lk', '', '', 1, 0, 0, 0, '', ''),
(1234, '2234', 'Lalith N  Pallegama', 'Chairman', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1235, '2235', 'N.C.S. Nawaraathna', '', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1236, '2236', 'Selvarathnam  Mathurangan', 'Safety & Environmental Officer', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1237, '2237', 'W.A.P  Jayani Rangi', '', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1238, '2238', 'S.M.I.P  Samarakoon', '', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1239, '2239', 'W.G.R.P.  Ranasinghe', '', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1240, '2240', 'H.M.P Herath', '', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1241, '2241', 'Thilanka  Wathsala', '', '', '', 'RMC  Geo Lab (Pvt) Ltd', '0112- 877 164', '', '', 1, 0, 0, 0, '', ''),
(1242, '2242', 'Ruwan ', 'Managing Director,', '', '', 'RN Constructions (Pvt) Ltd.,', 'E-mail:Â ruwan@rncons.lk', '', '', 1, 0, 0, 0, '', ''),
(1243, '2243', 'Sampath  Bandara', 'Project Manager', '', '', 'RN Readymix (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1244, '2244', ' Sampath  Bandara', 'Project Manager', '', '', 'RN Readymix (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1245, '2245', 'Rohan  Rodrigo', 'Chairman', '', '', 'RRRAC Co ( PVT ) Ltd', 'rohan@rr.lk', '', '', 1, 0, 0, 0, '', ''),
(1246, '2246', 'Kapila  Rodrigo', 'Managing Director', '', '', 'RRRAC Co ( PVT ) Ltd', 'kapila@rr.lk, kapila.rodrigo@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1247, '2247', 'Nuwan  Rodrigo', 'CEO', '', '', 'RRRAC Co ( PVT ) Ltd', 'nuwanrod@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1248, '2248', 'Aminda  Rodrigo', 'Director', '', '', 'RRRAC Co ( PVT ) Ltd', 'aminda@rr.lk', '', '', 1, 0, 0, 0, '', ''),
(1249, '2249', 'Ruwan  Rodrigo', 'Director / Chief Engineer', '', '', 'RRRAC Co ( PVT ) Ltd', 'ruwaner@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1250, '2250', 'Gamini  Kularathna', 'Engineer', '', '', 'RRRAC Co ( PVT ) Ltd', 'gaminicoolking@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1251, '2251', 'Brawin  Fernando', 'Director', '', '', 'Rosewall Interior Solutions (Pvt) Ltd.', 'brawin@rosewallinteriors.com', '', '', 1, 0, 0, 0, '', ''),
(1252, '2252', 'Don Harold Jayawardena', 'Consul General', '', '', 'Royal Danish Consulate', 'kdconsul@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1253, '2253', 'K.G.Rashminda  Yasassri', 'Director MEP', '', '', 'RS Construction', '', '', '', 1, 0, 0, 0, '', ''),
(1254, '2254', 'W.M.D.S. Weerakoon', 'Director Civil & Design', '', '', 'RS Construction', '', '', '', 1, 0, 0, 0, '', ''),
(1255, '2255', 'K.D. Abayarathna', 'Quantity surveyor', '', '', 'RS Construction', '', '', '', 1, 0, 0, 0, '', ''),
(1256, '2256', 'Samitha Herath', 'Manager - Marketing', '', '', 'Ruhunu Foods Pvt Ltd', 'samitha@ruhunufood.com', '', '', 1, 0, 0, 0, '', ''),
(1257, '2257', 'Sumith  Bandara', 'General Manager', '', '', 'Ruins Chaaya', '', '', '', 1, 0, 0, 0, '', ''),
(1258, '2258', 'Russell Dandeniya ', '', '', '', 'Russell Dandeniya Chartered Architects', 'Fax  011-261 7070\r\n', '', '', 1, 0, 0, 0, '', ''),
(1259, '2259', 'Deshani  Perera', 'Executive', '', '', 'S & K Interior Project', '', '', '', 1, 0, 0, 0, '', ''),
(1260, '2260', 'M  Zakirhusain', 'Managing Partner', '', '', 'S M B Merchants', '', '', '', 1, 0, 0, 0, '', ''),
(1261, '2261', 'Palitha  WeerasekeraÂ ', 'Managing Director', '', '', 'San Readymix (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1262, '2262', 'K.A. Imarsha  Buddhini', 'Quantity Surveyor', '', '', 'Sanken Construction (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1263, '2263', 'Rohana  Wannigama', 'Executive Director', '', '', 'SANKEN CONSTRUCTION (PVT) LTD', 'Email: wannigama@sanken.lk', '', '', 1, 0, 0, 0, '', ''),
(1264, '2264', 'R. M. Buddhi Perera', 'Senior Engineer', '', '', 'Sanken Construction (Pvt) Ltd,', '', '', '', 1, 0, 0, 0, '', ''),
(1265, '2265', 'Sunil  Ratnayake', 'Managing Director', '', '', 'SATHUTA Group', '', '', '', 1, 0, 0, 0, '', ''),
(1266, '2266', 'Nirodha  Karunaratne', 'AGM Operations', '', '', 'Sathuta Ready-mix (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1267, '2267', 'Geeth  Perera', 'Manager Operational', '', '', 'SD Global Links Pvt Ltd', 'geeth@sdgloballinks.com', '', '', 1, 0, 0, 0, '', ''),
(1268, '2268', 'Lakshan  De Silva', 'Chief Operation Officer', '', '', 'SD Global Links Pvt Ltd', 'lakshan@sdgloballinks.com', '', '', 1, 0, 0, 0, '', ''),
(1269, '2269', 'Damith  Fernando', 'CEO', '', '', 'SD Global Links Pvt Ltd', 'damith.fernando@sdgloballinks.com', '', '', 1, 0, 0, 0, '', ''),
(1270, '2270', 'L S  Thilakumara', 'Director - Zone', '', '', 'Seethawaka Export Processing Zone', 'sujeewat@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1271, '2271', 'Dilup  GunasingheÂ ', 'Manager - Mining & Production', '', '', 'Senarath Readymix (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1272, '2272', 'L.P. Samitha Yasamanju', 'Local Sales - Executive', '', '', 'Senikma Natural Foods Pvt Ltd', 'retail@senikmaholdings.com', '', '', 1, 0, 0, 0, '', ''),
(1273, '2273', 'S.P.V.R. Somasundara', 'Sales Manager', '', '', 'Sepack Lanka (Pvt) Ltd', 'amlanka@sepack.net', '', '', 1, 0, 0, 0, '', ''),
(1274, '2274', 'Samantha Weerasinghe', 'Managing Director', '', '', 'Serendib Global Trading Pvt Ltd', 'marketing@serendibglobal.lk', '', '', 1, 0, 0, 0, '', ''),
(1275, '2275', 'Ruvini Ranasinghe', 'Business Development Manager', '', '', 'SGS Lanka (Pvt) Ltd', 'ruvini.ranasinghe@sgs.com', '', '', 1, 0, 0, 0, '', ''),
(1276, '2276', 'Lahiru  Kannangara', 'Assistant Executive Housekeeper', '', '', 'Shangri-la Hotel colombo', 'lahiru.kannangara@shangri-la.com', '', '', 1, 0, 0, 0, '', ''),
(1277, '2277', 'H.D. Supun Jayasekara', 'Trainee Quantity Surveyor', '', '', 'Sierra Joint Venture (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1278, '2278', 'Priyantha  Ratnayake', 'Resident Manager', '', '', 'Siddhalepa Ayurveda Health Resort', '', '', '', 1, 0, 0, 0, '', ''),
(1279, '2279', 'Aruna S.  Perera', 'Product Manager', '', '', 'Siedles Industrial Agencies (Pvt) Ltd', 'aruna@siedles.com', '', '', 1, 0, 0, 0, '', ''),
(1280, '2280', 'Mr. Shamendra Panditha ', 'Managing Director,', '', '', 'Sierra Cables PLC.,', 'E-mail:Â panditha@sierracables.com', '', '', 1, 0, 0, 0, '', ''),
(1281, '2281', 'Mr. Shamendra Panditha ', 'Managing Director,', '', '', 'Sierra Cables PLC.,', 'E-mail:Â panditha@sierracables.com', '', '', 1, 0, 0, 0, '', ''),
(1282, '2282', 'Priyantha  Perera ', 'Director', '', '', 'SIERRA CONSTRUCTION (PVT) LTD', 'Email: pperera@sierra.lk', '', '', 1, 0, 0, 0, '', ''),
(1283, '2283', 'Kasun  Sameera', 'Quantity Surveyor', '', '', 'Sierra Construction Limited', 'kasunsameera@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1284, '2284', 'K.M.C. Malaka  Jayasundara', 'Quantity Surveyor', '', '', 'Sierra Construction Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1285, '2285', 'Lal C  Weerasinghe', 'Managing Director', '', '', 'Sierra Readymix (Pvt) Ltd.,', '', '', '', 1, 0, 0, 0, '', ''),
(1286, '2286', ' Lal C  Weerasinghe', 'Managing Director', '', '', 'Sierra Readymix (Pvt) Ltd.,', '', '', '', 1, 0, 0, 0, '', ''),
(1287, '2287', 'S. Kandeepan', 'CEO', '', '', 'SINPON CORPORATION', 'kandee7030@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1288, '2288', 'Indika Upul  Siriwardanage', 'Chairman', '', '', 'Sirrex Lanka Engineering (PVt) Ltd', '112619236', '', '', 1, 0, 0, 0, '', ''),
(1289, '2289', 'W.K.  Anoma', 'Managing Director', '', '', 'Sirrex Lanka Engineering (PVt) Ltd', '112619236', '', '', 1, 0, 0, 0, '', ''),
(1290, '2290', 'Nimesha  ', 'Technical Oficer ', '', '', 'Sirrex Lanka Engineering (PVt) Ltd', '112619236', '', '', 1, 0, 0, 0, '', ''),
(1291, '2291', 'Sithara ', 'civil Engineer ', '', '', 'Sirrex Lanka Engineering (PVt) Ltd', '112619236', '', '', 1, 0, 0, 0, '', ''),
(1292, '2292', 'Kumara ', 'Supervisor', '', '', 'Sirrex Lanka Engineering (PVt) Ltd', '112619236', '', '', 1, 0, 0, 0, '', ''),
(1293, '2293', 'Prasad  de Silva', 'Deputy General Manager', '', '', 'SLLRDC', '', '', '', 1, 0, 0, 0, '', ''),
(1294, '2294', 'Dimantha Nanayakkara', 'Head of Business Developmennt', '', '', 'SMR Consolidated', 'dimantha@smrconsolidated.com', '', '', 1, 0, 0, 0, '', ''),
(1295, '2295', 'Tharaka  Madushan', 'Quantity Surveyor', '', '', 'SMS Holdings Pvt Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1296, '2296', 'Jesintha  Mery ', 'Indoor Marketing Manager', '', '', 'Soala Commercial Equipment (Pvt) Ltd', 'jesintha7soala@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1297, '2297', 'Upali   Wijayasiri', 'Chairman', '', '', 'Solex Group Of Companies', '94-112934554', '', '', 1, 0, 0, 0, '', ''),
(1298, '2298', 'Dayasoma  Wijayasiri', 'Managing Director', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1299, '2299', 'Ashar  Sheriff', 'CEO', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1300, '2300', 'Sunil  Malavige', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1301, '2301', 'Piyatisse  Edirideera', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1302, '2302', 'Jinasiri ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1303, '2303', 'Indika ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1304, '2304', 'Susantha ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1305, '2305', 'Kumara ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1306, '2306', 'Isuru ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1307, '2307', 'Bathiya ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1308, '2308', 'Salitha ', '', '', '', 'Solex Group Of Companies', '', '', '', 1, 0, 0, 0, '', ''),
(1309, '2309', 'Hasitha De Zoysa', 'Quantity Surveyor', '', '', 'SP Sierra Joint Venture (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1310, '2310', 'Janaka  Jayawardena ', 'Sole Proprietor', '', '', 'Spinel Pack', 'spinelj@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1311, '2311', 'K.K. Kalana  Madhusanka', 'Quantity Surveyor', '', '', 'SP-Sierra Joint Venture (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1312, '2312', 'Chathum Thiranagama', 'Quantity Surveyor', '', '', 'SP-Sierra Joint Venture (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1313, '2313', 'V I.K.A.  Dayananda', 'Managing Director', '', '', 'Squire Mech Engineering', '', '', '', 1, 0, 0, 0, '', ''),
(1314, '2314', 'Hiruni  Nagahawatta', 'Quantity Surveyor', '', '', 'Squiremech Engineering (pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1315, '2315', 'Mark  Francis', 'President', '', '', 'Germany Business Council', 'malship@sltnet.lk; ed@malshiplogistics.com.lk;', '', '', 1, 0, 0, 0, '', ''),
(1316, '2316', 'Niral Kadawathaarachchi', 'President', '', '', 'Maldives Bilateral Business Council', 'niral@venture-resources.lk', '', '', 1, 0, 0, 0, '', ''),
(1317, '2317', 'Lakdas Fernando', 'Chairman', '', '', 'Apparel Institute', '', '', '', 1, 0, 0, 0, '', ''),
(1318, '2318', 'Bandula Fernando', 'President', '', '', 'Chamber Of Garment Exporters', 'slcge_@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1319, '2319', 'Shyam  Sathasivam', 'President', '', '', 'Chamber Of Pharmaceutical Industries', 'slcpi@chamber.lk, Shyam.Sathasivam@sunshineholdings.lk', '', '', 1, 0, 0, 0, '', ''),
(1320, '2320', 'Rohan De Silva', 'President', '', '', 'Chamber Of Small Industry', 'mcader@sinwaholdings.com,slcsmi@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1321, '2321', 'Thisum  Jayasuriya', 'Chairman', '', '', 'Convention Bureau', 'chairmanslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1322, '2322', 'Krishantha  Fernando', 'General Manager', '', '', 'Convention Bureau', 'gmslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1323, '2323', 'Achini  Dandunnage', 'Senior Manager', '', '', 'Convention Bureau', 'achinislcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1324, '2324', 'Malkanthi  Welikala', 'Manager Marketing', '', '', 'Convention Bureau', 'malkanthislcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1325, '2325', 'Kumudu  Hennedige', 'Manager - Research, Development & Training', '', '', 'Convention Bureau', 'kumuduslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1326, '2326', 'Ranjika  Perera', 'Assistant Manager - Accounts & Administration', '', '', 'Convention Bureau', 'ranjikaslcb@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1327, '2327', 'Kumudu Hennadige', 'Manager Marketing & Promotions', '', '', 'Convention Bureau', 'kumuduslcb@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1328, '2328', 'Achini Dandunnage', 'Senior Manager - Operations', '', '', 'Convention Bureau', 'achinislcb@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1329, '2329', 'Inoshi Perera', '', '', '', 'Convention Bureau', 'gmslcb@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1330, '2330', 'Kingsley Bernard', 'Chairman', '', '', 'SL Export Development Board', '', '', '', 1, 0, 0, 0, '', ''),
(1331, '2331', 'Anoma Premathilake', 'Director - Market Development', '', '', 'SL Export Development Board', 'anoma@edb.tradenetsl.lk pras@edb.gov.lk or anoma@edb.gov.lk.', '', '', 1, 0, 0, 0, '', ''),
(1332, '2332', 'Malini Baddegamage', 'Director General (Acting)', '', '', 'SL Export Development Board', 'anoma@edb.tradenetsl.lk pras@edb.gov.lk or anoma@edb.gov.lk.', '', '', 1, 0, 0, 0, '', ''),
(1333, '2333', 'Jeewani Siriwardana', 'Addl. Director General - Development', '', '', 'SL Export Development Board', 'jeevani@edb.gov.lk ', '', '', 1, 0, 0, 0, '', ''),
(1334, '2334', 'Chithranjali  Dissanayake', 'Director - Industrial Products', '', '', 'SL Export Development Board', 'ip@edb.tradenetsl.lk', '', '', 1, 0, 0, 0, '', ''),
(1335, '2335', 'Kumudini  Irugalbandara', 'Assistant Director', '', '', 'SL Export Development Board', 'kumudu@edb.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1336, '2336', 'J.S. Pathirana', 'ChairmanÂ  ', '', '', 'SL Federation of Tea Smallholder', '', '', '', 1, 0, 0, 0, '', ''),
(1337, '2337', 'S.W. Alahakoon', 'Honorary President', '', '', 'SLFPA', 'info@slfpa.org ', '', '', 1, 0, 0, 0, '', ''),
(1338, '2338', 'Maliek De Alwis', 'Immediate Past President', '', '', 'SLFPA', 'info@slfpa.org ', '', '', 1, 0, 0, 0, '', ''),
(1339, '2339', 'A.H.M. Imtizam', 'Chairman', '', '', 'Sri Lanka Gem & Jewellery Association', 'slgja@facetssrilanka.com', '', '', 1, 0, 0, 0, '', ''),
(1340, '2340', 'Basil De Silva', 'Secretary', '', '', 'SLGSA', 'surveygsa@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1341, '2341', 'Lal Balasuriya', 'Head of School', '', '', 'SL Institute of Architects', '', '', '', 1, 0, 0, 0, '', ''),
(1342, '2342', 'D.H.   Wijewardena', '', '', '', 'SL Institute of Architects', '', '', '', 1, 0, 0, 0, '', ''),
(1343, '2343', 'Rohana  Herath', '', '', '', 'SL Institute of Architects', '', '', '', 1, 0, 0, 0, '', ''),
(1344, '2344', 'Achala  Nanayakkara', 'President', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1345, '2345', 'Fuziya  Careem ', 'Assistant Secretary', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1346, '2346', 'Vanee  Radhakrishnan', 'Treasurer', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1347, '2347', 'Asanga  Thanthirige', 'Assistant Treasurer', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1348, '2348', 'Rajika  Nalinpriya ', 'Chairman - Membership Promotion Committee', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1349, '2349', 'Dilruk  Tissera ', 'Chairman - Event Management & Fund Raising Committee', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1350, '2350', 'Pamuditha  Wasala ', 'Chairman - Professional Advancement & Disciplinary Committee', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1351, '2351', 'Suranga Gunesekara ', 'Chairman - Education & Training Committee', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1352, '2352', 'Eranda  Bandara', 'Chairman - Institutional Affairs & Relations Committee', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1353, '2353', 'Omali  Panditha', 'Secretary', '', '', 'SL of Interior Designers', '', '', '', 1, 0, 0, 0, '', ''),
(1354, '2354', 'Keith D.  Bernard', 'Chairman', '', '', 'Sri Lanka Ports Authority', 'chairman@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1355, '2355', 'G.U.K.  Algewattege', 'Vice Chairman', '', '', 'Sri Lanka Ports Authority', 'vc@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1356, '2356', 'H.M. Prabath  Jayantha', 'Managing Director', '', '', 'Sri Lanka Ports Authority', 'Email: md@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1357, '2357', 'P.B.S.C.  Nonis', 'Director', '', '', 'Sri Lanka Ports Authority', 'dgc@customs.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1358, '2358', 'P.A.S. Athula  Kumara', 'Director', '', '', 'Sri Lanka Ports Authority', 'dgpe@ped.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1359, '2359', 'N.A.A.P.S.  Nissanka', 'Director', '', '', 'Sri Lanka Ports Authority', 'nissankaapsara@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1360, '2360', 'J.R.U.  De Silva', 'Director', '', '', 'Sri Lanka Ports Authority', 'rohandesilva@mclarens.lk', '', '', 1, 0, 0, 0, '', ''),
(1361, '2361', 'Ajith  Mendis', 'Director', '', '', 'Sri Lanka Ports Authority', 'drajithmendis@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1362, '2362', 'Neil R.  Hewathanthri', 'Director', '', '', 'Sri Lanka Ports Authority', 'Neillanka1@yahoo.co.uk', '', '', 1, 0, 0, 0, '', ''),
(1363, '2363', 'Nalin  Aponso', 'Director - Human Resources', '', '', 'Sri Lanka Ports Authority', 'nalin@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1364, '2364', 'Sudath  Perera (Retd)', 'Director - Security', '', '', 'Sri Lanka Ports Authority', 'dir_sec@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1365, '2365', 'G.V.T.  Nanayakkara', 'Actg. Director - Development', '', '', 'Sri Lanka Ports Authority', 'gvtnana@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1366, '2366', 'Sarath  Dayananda', 'Actg. Director - Marketing & Media', '', '', 'Sri Lanka Ports Authority', 'sarathd@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1367, '2367', 'G. Zavia  Miskin', 'Actg. Director - Logistics', '', '', 'Sri Lanka Ports Authority', 'zavia@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1368, '2368', 'J.A.  Chandrarathne', 'Actg. Director -Technical', '', '', 'Sri Lanka Ports Authority', 'chandra@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1369, '2369', 'Gayani N.  Liyanage', 'Actg. Director - Finance', '', '', 'Sri Lanka Ports Authority', 'Email:Â gayani@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1370, '2370', 'Aparna  Tilakaratne', 'Chief Law Officer', '', '', 'Sri Lanka Ports Authority', 'aparna@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1371, '2371', 'Nirmal  De Fonseka', 'Chief Manager - Information Systems', '', '', 'Sri Lanka Ports Authority', 'nirmal@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1372, '2372', 'D. G. R. M  Pathiwila', 'Chief Engineer - C &D', '', '', 'Sri Lanka Ports Authority', 'romesh@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1373, '2373', 'K.M. Nirmal P.  Silva', 'Harbour Master', '', '', 'Sri Lanka Ports Authority', 'nirmalsilva@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1374, '2374', 'Nelum  Anawarathna', 'Chief Manager - Administration', '', '', 'Sri Lanka Ports Authority', 'nelum@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1375, '2375', 'Chithral  Jayawarna', 'Chief Manager - Com & PR', '', '', 'Sri Lanka Ports Authority', 'chitral@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1376, '2376', 'T.C.K.  Paranavithana', 'Chief Engineer - Civil', '', '', 'Sri Lanka Ports Authority', 'chathu@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1377, '2377', 'F.M.  Hussain', 'Chief Engineer - P & D', '', '', 'Sri Lanka Ports Authority', 'fawzana@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1378, '2378', 'H.J.K.U.  Kumara', 'Chief Operation Manager - CC', '', '', 'Sri Lanka Ports Authority', 'kumarau@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1379, '2379', 'L.P.S.  Chandana', 'Chief Operation Manager - CO', '', '', 'Sri Lanka Ports Authority', 'lpschandana@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1380, '2380', 'M.R.M.  Ramzeen', 'Chief Manager - Human Resources', '', '', 'Sri Lanka Ports Authority', 'mrmramzeen@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1381, '2381', 'S.H.  Thilakapala', 'Chief Manager - Training', '', '', 'Sri Lanka Ports Authority', 'thilak@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1382, '2382', 'K.S.  Hettiarachchi', ' Actg. Chief Engineer - Mechanical Works', '', '', 'Sri Lanka Ports Authority', 'kapila@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1383, '2383', 'Ganaka  Hemachandra', 'Actg. Chief Engineer - EE', '', '', 'Sri Lanka Ports Authority', 'ganaka@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1384, '2384', 'N.N.J.A.  Kumara', 'Actg. Chief Engineer - Marine Engineering', '', '', 'Sri Lanka Ports Authority', 'jagath_kumara@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1385, '2385', 'C.L.  Dasanayake', 'Actg. Chief Engineer - Development', '', '', 'Sri Lanka Ports Authority', 'chamindadas@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1386, '2386', 'P. Pradeep  Nishantha', 'Actg. Chief Manager - Logistics', '', '', 'Sri Lanka Ports Authority', 'pran@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1387, '2387', 'A.B.M. Aswer', 'Actg. Chief Manager - Welfare', '', '', 'Sri Lanka Ports Authority', 'abmaswer@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1388, '2388', 'M.V.S.  Fernando', 'Actg. Chief Engineer - Mechanical Plant', '', '', 'Sri Lanka Ports Authority', 'vimalmvsf@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1389, '2389', 'G.H.R.  Perera', 'Actg. Chief Internal Auditor', '', '', 'Sri Lanka Ports Authority', 'himali@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1390, '2390', 'Prasad  Subhawickrama', ' Actg. Chief Manager - S&MM and Premises', '', '', 'Sri Lanka Ports Authority', 'prasad@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1391, '2391', 'Shehara Y.  Nawaratne', 'Legal Consultant / Secretary to the Board', '', '', 'Sri Lanka Ports Authority', 'shehara@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1392, '2392', 'Harsha  Weerasuriya', 'Head of the Special Investigation Unit', '', '', 'Sri Lanka Ports Authority', 'hou-siu@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1393, '2393', 'D.L.R.  Weerasinghe', 'Director - Operations', '', '', 'Sri Lanka Ports Authority', 'lalw@slpa.lk', '', '', 1, 0, 0, 0, '', ''),
(1394, '2394', 'Vijith Welikala', '', '', '', 'SL Security Service Provider\'s Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1395, '2395', 'A.U. Tissa Aluvihare', 'President', '', '', 'SLASSPA', '', '', '', 1, 0, 0, 0, '', ''),
(1396, '2396', 'Niraj  De Mel', 'Chairman', '', '', 'Sri Lanka Tea Board', '', '', '', 1, 0, 0, 0, '', ''),
(1397, '2397', 'Lionel  Herath', 'Chairman  ', '', '', 'SL Tea Factory Owners Ass.', '', '', '', 1, 0, 0, 0, '', ''),
(1398, '2398', 'Rizan  Nazeer ', 'President', '', '', 'Sri Lanka Thailand Business Council', 'rnazeer@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1399, '2399', 'Sutheash  Balasubramaniam', 'Managing Director', '', '', 'SL Tourism Promotion Bureau', 'md@srilanka.travel, milanka@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1400, '2400', 'Indrajith  De Silva', 'Director Destination and Social Responsibility,', '', '', 'SL Tourism Promotion Bureau', 'indrajith@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1401, '2401', 'Prasad  Daluwatte', 'Director Events', '', '', 'SL Tourism Promotion Bureau', 'E-Mail Â : Â deepthap@srilanka.travel', '', '', 1, 0, 0, 0, '', ''),
(1402, '2402', 'Madhubhani  Perera', 'Director Marketing', '', '', 'SL Tourism Promotion Bureau', 'E-Mail Â : Â madu@srilanka.travel ', '', '', 1, 0, 0, 0, '', ''),
(1403, '2403', 'K.R.W.M. Uduwela', 'Sales Manager', '', '', 'SriLanka Insurance Co. Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1404, '2404', 'Ranjith  Fernando', 'Chairman', '', '', 'SriLankan Airlines Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1405, '2405', 'K. Pooranachandran', '', '', '', 'Star Industrial Services (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1406, '2406', 'Susil  Wijebandara', 'General Manager', '', '', 'STATE DEV & CONS CORP', 'Fax: 011 2624191', '', '', 1, 0, 0, 0, '', ''),
(1407, '2407', 'Pinsiri  Fernando ', 'Secretary of CDASL', '', '', 'Suncity Developers', 'thush_suncity@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1408, '2408', 'Tharaka  Madushan', 'Chairman', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1409, '2409', 'B.D.C. Wasana', 'Managing Director', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1410, '2410', 'Sameera  Dilhan', 'CEO', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1411, '2411', 'Rishan  Chathuranka', 'Project Coordinator', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1412, '2412', 'Prasad  Amaradiwakara', 'Engineer', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1413, '2413', 'Gayan  Perera', 'Quantity Surveyor', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1414, '2414', 'Chinthaka  Gamage', 'Project Coordinator', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1415, '2415', 'Shamika  Madushan', 'Quantity Surveyor', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1416, '2416', 'Krishan  Indunil', 'Quantity Surveyor', '', '', 'T.M. Construction ', '', '', '', 1, 0, 0, 0, '', ''),
(1417, '2417', 'Rixvi  Mowlana', 'Director Marketing / COO', '', '', 'Targetpack International (Pvt) Ltd', 'marketing@targetpack.lk', '', '', 1, 0, 0, 0, '', ''),
(1418, '2418', 'Ganesh  Deivanayagam', 'ChairmanÂ   ', '', '', 'Tea Exporters Association', '', '', '', 1, 0, 0, 0, '', ''),
(1419, '2419', 'Thushara  Priyadharshana', 'Chairman ', '', '', 'TSHDA', '', '', '', 1, 0, 0, 0, '', ''),
(1420, '2420', 'Indika Dissanayake', 'CEO', '', '', 'Team Engineering and Consultant', 'teamengslr@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1421, '2421', 'T. Asif', 'Manager', '', '', 'Techpacific Lanka Pvt Ltd', 'asif@techpac.lk', '', '', 1, 0, 0, 0, '', ''),
(1422, '2422', 'M.M.S.M. Rizvan', 'Director', '', '', 'Teqza Innovation Pvt Ltd', 'info.teqza@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1423, '2423', 'R  Suhanthan', '', '', '', 'Textile Manufacturing Zone ', 'suhanthanr@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1424, '2424', 'Neal  Medawatta', 'Director', '', '', 'TG Water Technologies', 'neal@tgwater.lk', '', '', 1, 0, 0, 0, '', ''),
(1425, '2425', 'Kamal  Laksiri ', 'President', '', '', 'The Association of Consulting Eng.', '', '', '', 1, 0, 0, 0, '', ''),
(1426, '2426', 'Devappriya Hettiarachchi', 'Chief Executive / Secretary', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1427, '2427', 'Dhammika  Attygalle', 'President and Chairman', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1428, '2428', 'Kandiah ', 'Consultant', '', '', 'The Automobile Ass. of Ceylon', 'ascmoto@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1429, '2429', 'Suresh D. De Mel', 'Chairman', '', '', 'The Business for Peace Alliance', '', '', '', 1, 0, 0, 0, '', ''),
(1430, '2430', 'Samantha Gunaratne', 'President', '', '', 'The Ceylon Hotel School Graduates Ass.', 'chsga@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1431, '2431', 'H.O. Withanawasam', 'Director - Marketing', '', '', 'IIKM (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1432, '2432', 'Chayani  Ranaweera', 'Assistant Facilities Manager', '', '', 'The Monarch', 'emailchayani@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1433, '2433', 'Angela Obeysekera', 'Secretary', '', '', 'The Way to Relief Church', '', '', '', 1, 0, 0, 0, '', ''),
(1434, '2434', 'Razvi  Thaha', 'Manager', '', '', 'Tile Art (Pvt) Ltd.', '', '', '', 1, 0, 0, 0, '', ''),
(1435, '2435', 'Kamil Hussain ', 'President', '', '', 'TSIA', '0777-506500', '', '', 1, 0, 0, 0, '', ''),
(1436, '2436', 'H.K.  Weerasinghe', 'Managing Director', '', '', 'Tissa Builders & Contracts', '', '', '', 1, 0, 0, 0, '', ''),
(1437, '2437', 'Janaka  PereraÂ ', 'General Manager - Readymix Concrete', '', '', 'Tokyo Super Pre-Mix Concrete', '', '', '', 1, 0, 0, 0, '', ''),
(1438, '2438', 'Janaka  PereraÂ ', 'GM Readymix Concrete', '', '', 'Tokyo Super Pre-Mix Concrete', '', '', '', 1, 0, 0, 0, '', ''),
(1439, '2439', 'Anil  Fernando', 'Admin Manager', '', '', 'Trans Continental Packaging', 'info@transcon.lk', '', '', 1, 0, 0, 0, '', ''),
(1440, '2440', 'Vidushi Inimankada', 'Admin Executive', '', '', 'Trees Private Limited', 'sales@poshacrunch.com', '', '', 1, 0, 0, 0, '', ''),
(1441, '2441', 'S  Sathunalinkam', 'Deputy Director', '', '', 'Trincomalee Zone Office', 'satkunam@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1442, '2442', 'Muthiah  Senthilraj', 'Head of Marketing', '', '', 'Trinity Trading Lanka Pvt Ltd', 'raaj@trinitytrading.lk', '', '', 1, 0, 0, 0, '', ''),
(1443, '2443', 'P.G.  Punchihewa', 'Managing Director', '', '', 'TRIO Construction (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1444, '2444', 'Fayaz  Mohammed', 'Chairman', '', '', 'True Value Products (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1445, '2445', 'M.D.K. Anjana  Sandeepa', 'Quantity Surveyor', '', '', 'Tudawe Brothers', '', '', '', 1, 0, 0, 0, '', ''),
(1446, '2446', 'J.P.S.  Weerasinghe ', 'Readymix Plant Manager', '', '', 'Tudawe Brothers (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1447, '2447', 'J. P. S.  Weerasinghe ', 'Readymix Plant Manager', '', '', 'Tudawe Brothers (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1448, '2448', 'Jaikish  Tudawe', 'Director', '', '', 'Tudawe Brothers Ltd', 'Email: jtudawe@tudawe.com,jtudawe@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1449, '2449', 'Rohan  Tudawe', 'Chairman', '', '', 'Tudawe Brothers Ltd', 'rrt@tudawe.lk  ', '', '', 1, 0, 0, 0, '', ''),
(1450, '2450', 'Unais Mohamed  Aliyar', 'Architect', '', '', 'UCAD Design and Build', '', '', '', 1, 0, 0, 0, '', ''),
(1451, '2451', 'Ahamed Badiudeen', 'Manager', '', '', 'Unistar International Pvt Ltd', 'manager.unistar.int@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1452, '2452', 'H. A. Madhuranga', 'Student', '', '', 'University College of Batangala', '', '', '', 1, 0, 0, 0, '', ''),
(1453, '2453', 'Mahatelge Peiris', 'Student', '', '', 'University of Moratuwa', '', '', '', 1, 0, 0, 0, '', ''),
(1454, '2454', 'Nimesh  Herath ', 'Chairman ', '', '', 'Urban Development Autnority', 'info@uda.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1455, '2455', 'Lalith  Wijerathna ', 'Deputy Director, General Planning', '', '', 'Urban Development Autnority', '', '', '', 1, 0, 0, 0, '', '');
INSERT INTO `visitors` (`id`, `visitor_ref_no`, `visitor_name`, `visitor_designation`, `visitor_mobile_no`, `visitor_country`, `visitor_company_name`, `visitor_email`, `visitor_tel_no`, `visitor_industries`, `pre_registration`, `invites`, `onsite`, `exhibitor`, `visitor_hear_about`, `visitor_remarks`) VALUES
(1456, '2456', 'Nimesh  Herath', 'Chairman', '', '', 'Urban Development Autnority', 'chairman@uda.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1457, '2457', 'D.M.N.P. Dissanayake', 'Chief Internal Auditor', '', '', 'Urban Development Autnority', 'dissnayakenilushi96@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1458, '2458', 'N.P.K. Ranaweera', 'Director General', '', '', 'Urban Development Autnority', 'dg@uda.gov.lk, dg.uda2020@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1459, '2459', 'D.M.  Kiriwattuduwa', '', '', '', 'Urban Development Autnority', 'directorlegal@uda.gov.lk, dayanikiriwattuduwa@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1460, '2460', 'L.C.M.  Perera', '', '', '', 'Urban Development Autnority', 'its@uda.gov.lk, manojlcm@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1461, '2461', 'Mahinda  Withanaarachchi', 'Additional Director General', '', '', 'Urban Development Autnority', 'adg@uda.gov.lk, mahi303@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1462, '2462', 'M.P. Ranathunga', 'Deputy Director General (Planning) - Zone I', '', '', 'Urban Development Autnority', 'ddgzone1@uda.gov.lk, ranatungamanna68@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1463, '2463', 'D.B.S.K. Dissanayake', 'Director Planning - Nothern Province', '', '', 'Urban Development Autnority', 'dbsaman@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1464, '2464', 'W.  Somarathna', 'Director Planning - North Central Province', '', '', 'Urban Development Autnority', 'directorncp@uda.gov.lk, uda.ncp.apura@gmail.com, wegagesoma@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1465, '2465', 'R.L.P.P. Nawarathne', 'Director Planning - North Western Province', '', '', 'Urban Development Autnority', 'directornwp@uda.gov.lk, lpriyani69@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1466, '2466', 'E.M.S.B. Ekanayake', 'Director Planning - Central Province', '', '', 'Urban Development Autnority', 'directorcp@uda.gov.lk, senarathe@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1467, '2467', 'L.M.Samantha  Kumara', 'Director Planning - Uva Province', '', '', 'Urban Development Autnority', 'directorup@uda.gov.lk, samanthauda@icloud.com', '', '', 1, 0, 0, 0, '', ''),
(1468, '2468', 'Sugath  Pemasiri', 'Director Planning - Sabaragamuwa Province', '', '', 'Urban Development Autnority', 'directorsp@uda.gov.lk, udasabara@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1469, '2469', 'J.P.S. Somasekara', 'Director - Geography Information System', '', '', 'Urban Development Autnority', 'directorgisuda@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1470, '2470', 'Lalith  Wijayarathne', 'Act. Deputy Director General (Planning) - Zone II', '', '', 'Urban Development Autnority', 'ddgzone2@uda.gov.lk, ddg.zone2@gmail.com, lalithwijay@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1471, '2471', 'A.T.P. Alwis', 'Director - Colombo Metro Region', '', '', 'Urban Development Autnority', 'directorcmr@uda.gov.lk, dealwis.thushani@gmail.com, cmrdivisionuday@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1472, '2472', 'W.A.Rupa  Ranjani', 'Director - Research & Development Planning', '', '', 'Urban Development Autnority', 'directorrdp@uda.gov.lk, wruparanjani@gmila.com', '', '', 1, 0, 0, 0, '', ''),
(1473, '2473', 'Anura  Madawala', 'Director Planning - Southern Province', '', '', 'Urban Development Autnority', 'anuramedawela@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1474, '2474', 'Y.A.G.K. Gunathilake', 'Director Planning - Western Province', '', '', 'Urban Development Autnority', 'kgunathilake333@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1475, '2475', 'L.J. Liyanage', 'Director Planning - Eastern Province', '', '', 'Urban Development Autnority', 'jagath1968@hotmail.com', '', '', 1, 0, 0, 0, '', ''),
(1476, '2476', 'N.A.S.N. Nissanka', 'Deputy Director General - Project Management', '', '', 'Urban Development Autnority', 'ddgpm@uda.gov.lk, nissankauda@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1477, '2477', 'L.A.D.J. Sisirakumara', 'Director - Engineering Services', '', '', 'Urban Development Autnority', 'ladjsk@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1478, '2478', 'Thushari  Thilakarathne', 'Director - Project Management Western Region', '', '', 'Urban Development Autnority', 'wrpm.uda@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1479, '2479', 'Indika  Balasuriya', 'Director - Project Management Northern Region', '', '', 'Urban Development Autnority', 'indikabalasuriya32@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1480, '2480', 'Lawanya S.  Weerasuriya', 'Director - Project Management Southern Region', '', '', 'Urban Development Autnority', 'lswuda@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1481, '2481', 'E.A.C. Piyashantha', 'Act.Deputy Director General - Real Estate and Land Management', '', '', 'Urban Development Autnority', 'ddgrealestate@uda.gov.lk, ellethotaarachchige@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1482, '2482', 'D.  Francis', 'Director - Land Development and Management - I', '', '', 'Urban Development Autnority', 'directorland@uda.gov.lk, Dayanifrancis1971@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1483, '2483', 'M.M.Anura  Prasanna', 'Director - Real Estate Development', '', '', 'Urban Development Autnority', 'directorred@uda.gov.lk, anurapmu@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1484, '2484', 'M.H.V. Rathnakumar', 'Director - Housing', '', '', 'Urban Development Autnority', 'dirhousing@uda.gov.lk, dirhousinguda@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1485, '2485', 'K.H.M.W.K. Abeyratne', 'Director - Facility Management', '', '', 'Urban Development Autnority', 'khaberathna@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1486, '2486', 'M.  Wimalasooriya', 'Director - Property Portfolio and Management', '', '', 'Urban Development Autnority', 'directorppm@uda.gov.lk, mangalawimal@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1487, '2487', 'L.N.N.A. Samarasingha', 'Deputy Director General - Design Management', '', '', 'Urban Development Autnority', 'ddgconsultancy@uda.gov.lk, ddgconsultancy2021@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1488, '2488', 'K.L.S.  Sahabandu', 'Addl. Project Director (Structural Eng.)', '', '', 'Urban Development Autnority', 'sahabandukls@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1489, '2489', 'C.K.E. Kalupahana', 'Director - Environment and Landscape', '', '', 'Urban Development Autnority', 'kalupahanacke@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1490, '2490', 'Gemunu  Premawardhana', 'Director - Special Projects', '', '', 'Urban Development Autnority', 'gemununpr@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1491, '2491', 'H.R.S.C. Gunathilaka', 'Deputy Director General - Finance', '', '', 'Urban Development Autnority', 'ddgfinance@uda.gov.lk, cgsampath@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1492, '2492', 'A.M.N.S. Bandaranayake', 'Director- Finance', '', '', 'Urban Development Autnority', 'noel23sanjeewa@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1493, '2493', 'W.A.S. Sumanasooriya', 'Deputy Director General - HRM and Administration', '', '', 'Urban Development Autnority', 'ddghrm@uda.gov.lk, ddghrm2021@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1494, '2494', 'K.M.P.G.D.K. Kekulandara', 'Director - HRM and Administration', '', '', 'Urban Development Autnority', 'devikakekulandara@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1495, '2495', 'Janaka Wanniarachchi', 'Marketing Manager', '', '', 'Valiant Holdings', 'janaka@valiant.lk', '', '', 1, 0, 0, 0, '', ''),
(1496, '2496', 'Varuna  Kariyakarawana', 'Proprietor', '', '', 'Varuna Media Center', 'varunamc@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1497, '2497', 'Vethanathan  Thanushan', 'Managing Director', '', '', 'VETHALUX Engineering (Pvt)Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1498, '2498', 'A. Hameed Razack', 'Managing Director', '', '', 'Visit Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1499, '2499', 'Prasanna Hewage', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1500, '2500', 'Reggie Abeykoon', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1501, '2501', 'Chanaka Alwis', 'Director', '', '', 'Visit Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1502, '2502', 'Nihal Illeperuma', 'Chairman', '', '', 'Visit Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1503, '2503', 'K.D. Chandani  Udapola', 'Instructor', '', '', 'Vocational Training Institute ', '', '', '', 1, 0, 0, 0, '', ''),
(1504, '2504', 'Mohan  Karunaratne', 'Managing Director', '', '', 'VV Karunaratne & Co.', '', '', '', 1, 0, 0, 0, '', ''),
(1505, '2505', 'Upul  Gamage', 'Engineering Assistant', '', '', 'Water Board', '', '', '', 1, 0, 0, 0, '', ''),
(1506, '2506', 'Rohan Fernandopulle', 'General Manager', '', '', 'Waters Edge', '', '', '', 1, 0, 0, 0, '', ''),
(1507, '2507', 'W.G.M.  Wathugalage', 'Managing Director', '', '', 'Wathugala Construction', '', '', '', 1, 0, 0, 0, '', ''),
(1508, '2508', 'H G B P U  Silva', 'Senior Deputy Director', '', '', 'WEPZ', 'prasads@boi.lk', '', '', 1, 0, 0, 0, '', ''),
(1509, '2509', 'Hilary  Cooray', 'Chairman', '', '', 'Wavertree construction co ltd', 'hilarycooray48@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1510, '2510', 'Deva  Nayagam', 'Marketing Manager', '', '', 'Wayamba Printpack (Pvt) Ltd', 'sales@wayambapp.com', '', '', 1, 0, 0, 0, '', ''),
(1511, '2511', 'Sanjeewa Priyadarshana', 'Assistant Sales Executive', '', '', 'Wijaya Products (Pvt) Ltd', 'wijayaproducts@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1512, '2512', 'Lalith  Wijayasiri', 'Director', '', '', 'Wijayasiri Fresh Food (Pvt)Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1513, '2513', 'K.  Wijesuriya', 'Managing Director', '', '', 'Wijesuriya Marketing ', '114206056', '', '', 1, 0, 0, 0, '', ''),
(1514, '2514', 'T. S  Wijesuriya', 'Director/Engineer', '', '', 'Wijesuriya Marketing ', '114206056', '', '', 1, 0, 0, 0, '', ''),
(1515, '2515', 'D.  Seneviratne', 'Project Manager', '', '', 'Wijesuriya Marketing ', '114206056', '', '', 1, 0, 0, 0, '', ''),
(1516, '2516', 'Chathuri  Ranasinghe', 'President', '', '', 'WCIC', 'wcicsl1@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1517, '2517', 'Dilshan Basnayake', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1518, '2518', 'Alan Palmer', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1519, '2519', 'Arlette Palmer', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1520, '2520', 'Jayasirige  Pradeep', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1521, '2521', 'W. J.  Fernando', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1522, '2522', 'Mallika  Menike', 'House Wife', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1523, '2523', 'M M C Dilummini De mel', '', '', '', '', 'E.mail  dilumdm@sltnet.lk, dildesignsl@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1524, '2524', 'Michele Marie Fonseka', '', '', '', '', 'E.mail  michelefonsk@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1525, '2525', 'S.W.J.H. Dharmasena', '', '', '', '', 'E.mail  jdarch@outlook.com', '', '', 1, 0, 0, 0, '', ''),
(1526, '2526', 'Sarath  Silva', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1527, '2527', 'Patricia Mamaelka', '', '', '', '', 'patriciamamelka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1528, '2528', 'Elmo J.  De Silva', '', '', '', '', 'info@kahawita.com', '', '', 1, 0, 0, 0, '', ''),
(1529, '2529', 'K. L.  Gunarathna', '', '', '', '', 'locanagunaratna@gmail.com / locana@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1530, '2530', 'S. L. R  Samarawickrama', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1531, '2531', 'K. D.  Fernando', '', '', '', '', 'kdfernando_tcp@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1532, '2532', 'Pali  Wijeratne', '', '', '', '', 'paliw@eureka.lk', '', '', 1, 0, 0, 0, '', ''),
(1533, '2533', 'Veranjan  Kurukulasuiya', '', '', '', '', 'veranjan@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1534, '2534', 'T.A  Gamage', '', '', '', '', 'anandagamage1@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1535, '2535', 'Surath  Wickramasinghe', '', '', '', '', 'surath.wick@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1536, '2536', 'Willie  Mendis', '', '', '', '', 'w_mendis@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1537, '2537', 'Sanjay  Herath', '', '', '', 'Chairman Colombo Tea Traders Association', '', '', '', 1, 0, 0, 0, '', ''),
(1538, '2538', 'W.H.S. Samarasena', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1539, '2539', 'Susantha  Liyanarachchi', 'Chairman', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(1540, '2540', 'Pubudu Kamal  Perera', '2nd Vice Chairman', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(1541, '2541', 'W.A..W. Perera', 'Hon. Secretary', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(1542, '2542', 'K. Liyanarachchi', 'Hon. Treasurer', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(1543, '2543', ' Jayantha  Perera', 'President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1544, '2544', 'Manilal  Fernando', 'President Elect', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1545, '2545', 'Ranjith  Gunatilleke', 'Immediate Past President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1546, '2546', 'Mahanama  Jayamanne', 'Vice President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1547, '2547', 'Ranjith  Dissanayake', 'Vice President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1548, '2548', 'Chitra  Weddikkara', 'Vice President', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1549, '2549', 'Doraisamy  Vigneshwaran', 'President', '', '', 'SLGSA', '', '', '', 1, 0, 0, 0, '', ''),
(1550, '2550', 'Praveen  Fernando', 'Vice President', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1551, '2551', 'Mohamed Kamil  Hussain', 'Secretary General', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1552, '2552', 'Irvin  Bulathsinhala', 'Assistant Secretary', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1553, '2553', 'A.M.J.M.  Jawfer', 'Treasurer', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1554, '2554', 'M.Z. Mohamed  Saheel', 'Assistant Treasurer', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1555, '2555', 'Mohamed  Razmi', 'Executive Members', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1556, '2556', 'Mohamed Majeed  Ifthika Ali', 'Executive Members', '', '', 'TSWIA', '', '', '', 1, 0, 0, 0, '', ''),
(1557, '2557', 'S.T.S.  Arulananthan', 'President ', '', '', 'CHMA', '', '', '', 1, 0, 0, 0, '', ''),
(1558, '2558', 'Parakrama  Dissanayake', 'President', '', '', 'SLSSPA', 'para.stormsat@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1559, '2559', 'Deepal  Subasinghe', 'Vice president', '', '', 'SLSSPA', 'deepal@delvon.com', '', '', 1, 0, 0, 0, '', ''),
(1560, '2560', 'Sudath  Mendis', 'Vice president', '', '', 'SLSSPA', 'xforce@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1561, '2561', 'D Pradeep S  Kannangara', 'Hony. Secretary', '', '', 'SLSSPA', 'pradeep@absecuritas.com', '', '', 1, 0, 0, 0, '', ''),
(1562, '2562', 'Ananda  Rodrigo', 'Asst. Secretary', '', '', 'SLSSPA', 'ananda@certislanka.com', '', '', 1, 0, 0, 0, '', ''),
(1563, '2563', 'Dharshana  Ratnayake', 'Hony. Treasurer', '', '', 'SLSSPA', 'info@brainyguards.com', '', '', 1, 0, 0, 0, '', ''),
(1564, '2564', 'Sumith  Fonseka', 'Asst. Treasurer', '', '', 'SLSSPA', 'secure@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1565, '2565', ' J. Anura  VithanageÂ ', 'Chairman', '', '', 'Lanka Readymix Concrete Ass. ', '', '', '', 1, 0, 0, 0, '', ''),
(1566, '2566', 'Tissa  MallawarachchiÂ ', 'Secretary', '', '', 'Lanka Readymix Concrete Ass. ', '', '', '', 1, 0, 0, 0, '', ''),
(1567, '2567', 'N. M. Jeremy  AdamsÂ ', 'Treasurer', '', '', 'Lanka Readymix Concrete Ass. ', '', '', '', 1, 0, 0, 0, '', ''),
(1568, '2568', 'Damian  BertusÂ ', 'Coordinator', '', '', 'Lanka Readymix Concrete Ass. ', '', '', '', 1, 0, 0, 0, '', ''),
(1569, '2569', 'Rohana Bandara  Herath FIA (SL)', 'President', '', '', 'Sri Lanka Institute of Architects ', 'secretariat@architects.lk', '', '', 1, 0, 0, 0, '', ''),
(1570, '2570', 'Russell  Dandeniya FIA (SL) ', 'Immediate Past President', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1571, '2571', 'Dilummini  De Mel FIA (SL)', 'Senior Vice President', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1572, '2572', 'Salinda  Rathugama FIA (SL)', 'Vice President', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1573, '2573', 'M. Dinuk  Senanayake AIA (SL)', 'Hon. Secretary', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1574, '2574', 'Damith  Premathilake FIA (SL)', 'Hon. Asst. Secetary', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1575, '2575', 'S. A. Lal  Abeyratne FIA (SL)', 'Hon. Treasurer', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1576, '2576', 'Arosh Malsath  Nissanka AIA (SL)', 'Hon. Asst. Treasurer', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1577, '2577', 'Jayampathi  Herath FIA (SL)', 'Chairman BAE', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1578, '2578', 'Muditha  Prematilaka FIA (SL)', 'Chairman PAB', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1579, '2579', 'Susil  Lamahewa AIA (SL)', 'Chairman BAP', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1580, '2580', 'Migara  Alwis FIA (SL)', 'Chairman BOM', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1581, '2581', 'Surindu  Basnayake FIA (SL)', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1582, '2582', 'Senaka  Perera FIA (SL)', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1583, '2583', 'R. A. D. Ruwan  Priyanka FIA (SL)', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1584, '2584', 'Nilesh  De Silva AIA(SL)', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1585, '2585', 'Chameera  Udawatthe AIA(SL) ', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1586, '2586', 'Sajeevi  Silva AIA (SL)', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1587, '2587', 'Upendra Kosala  Perumpuli Arachchi AIA (SL)', 'Council Member', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1588, '2588', 'C.P.  Samarasinghe', 'Reg. Member - In â€“ Council', '', '', 'Sri Lanka Institute of Architects ', '', '', '', 1, 0, 0, 0, '', ''),
(1589, '2589', 'Dipika Dharmadasa', '', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1590, '2590', 'DEVSRIYANI  JAYASUNDERA (FITPSL)', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1591, '2591', 'JAGATH  MUNASINGHE', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1592, '2592', 'KISHAN  SUGATHAPALA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1593, '2593', 'WMA  BANDARA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1594, '2594', 'PRIYANI  NAWARATHNE', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1595, '2595', 'W G W  GNANATHEEPAN', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1596, '2596', 'CHINTHAKA  RATHNASIRI', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1597, '2597', 'J  EDIRISINGHA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1598, '2598', 'T.G.U.  PERERA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1599, '2599', 'PIYAL  SILVA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1600, '2600', 'M H V R  KUMARA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1601, '2601', 'G.P.T.S  HEMAKUMARA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1602, '2602', 'AMILA  JAYASINGHE', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1603, '2603', 'LJ  PRASANNA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1604, '2604', 'CHATHURA  PALISKARA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1605, '2605', 'A.K.T.D  ABHAYAJEEEWA', '', '', '', 'Institute of Town Planners Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1606, '2606', 'Anura  Gamage ', 'President', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1607, '2607', 'Kamala  Gunawardena', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1608, '2608', 'Gehan  Jayathilake', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1609, '2609', 'Sumanaseeli  Seneviratne', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1610, '2610', 'J.  Karunaratne', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1611, '2611', 'M.K.C.P.K.  Manamperi', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1612, '2612', 'Gehan  Jayathilake', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1613, '2613', 'T.D.  Wijewardena', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1614, '2614', 'K.  Navarathnarajah', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1615, '2615', 'P.D.  Dharmaratne', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1616, '2616', 'K.G.  Dayananda', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1617, '2617', 'M.G.  Hemachandra', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1618, '2618', 'R. Rupasinghe', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1619, '2619', 'K.D.F.C.  Siriwardane', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1620, '2620', 'P.C.  Jinasena', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1621, '2621', 'R.P.  Lokuratne', '', '', '', 'ACESL', '', '', '', 1, 0, 0, 0, '', ''),
(1622, '2622', 'Priyantha  Perera', 'President', '', '', 'Major Constructors of Sri Lanka', 'majorconstructorsofsrilanka@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1623, '2623', 'Kalana  Alwis', 'First Vice President', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1624, '2624', 'Mega  Kularatne', 'Second Vice President', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1625, '2625', 'K.D.  Weerasinghe', 'Hon. Secretary', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1626, '2626', 'Mahendra  Senarathna', 'Asst. Secretary', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1627, '2627', 'A.D.R. Christie  Leonard', 'Hon. Treasurer', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1628, '2628', 'Madura  de Silva', 'Asst. Treasurer', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1629, '2629', 'Joel  Selvanayagam', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1630, '2630', 'Shevantha  Mendis', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1631, '2631', 'Gration  Fernando', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1632, '2632', 'Ashoka  Randeni', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1633, '2633', 'Eranda  Perera', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1634, '2634', 'Ashvin  Nanayakkara', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1635, '2635', 'Rohana  Wannigama', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1636, '2636', 'D S D D C  Rajasinghe', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1637, '2637', 'Romali  Tudawe', '', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1638, '2638', 'Athula  Jayaratne', 'Council Member', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1639, '2639', 'S  Thumilan', 'Council Member', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1640, '2640', 'Gayan  Tudawe', 'Acting CEO', '', '', 'Major Constructors of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1641, '2641', 'Ranjith  Perera', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1642, '2642', 'SURANGI  GUNAWARDENA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1643, '2643', 'NANDIKA  DENIPITIYA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1644, '2644', 'ANURANGI  MENDIS', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1645, '2645', 'SAMANTHIKA  PIYASENA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1646, '2646', 'SADEV  WITTACHY', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1647, '2647', 'GAYAN  HERATH', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1648, '2648', 'CHAMILA  BAMBARADENIYA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1649, '2649', 'YUDISH  GANESEN', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1650, '2650', 'NANDAKA  JAYASINGHE', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1651, '2651', 'LAKMINI  RANASINGHE', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1652, '2652', 'RASHIKA  ABEYAWARDANA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1653, '2653', 'RANJITH  ALAHAKOON', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1654, '2654', 'D.B  NAVARATNE', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1655, '2655', 'SAYURIKA  THILAKAWARDENA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1656, '2656', 'BHATHIYA  DHARMARATNE', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1657, '2657', 'SHIHANI DE SILVA  KODAGODA', '', '', '', 'Head of City School of Architecture', '', '', '', 1, 0, 0, 0, '', ''),
(1658, '2658', ' ', 'President ', '', '', 'SLIID', '', '', '', 1, 0, 0, 0, '', ''),
(1659, '2659', 'R.H.  Ruvinis', 'Chairman', '', '', 'CIDA', '', '', '', 1, 0, 0, 0, '', ''),
(1660, '2660', ' ', 'President ', '', '', 'ICTAD', '', '', '', 1, 0, 0, 0, '', ''),
(1661, '2661', ' ', 'President ', '', '', 'CETC', '', '', '', 1, 0, 0, 0, '', ''),
(1662, '2662', 'Ranjith  Dissanayake ', 'Chairman', '', '', 'Green Building Council of Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1663, '2663', ' ', 'Chairman', '', '', 'IQSSL', '', '', '', 1, 0, 0, 0, '', ''),
(1664, '2664', ' ', 'Chairman', '', '', 'LABSE', '', '', '', 1, 0, 0, 0, '', ''),
(1665, '2665', 'R.H. Ruvinis', 'Chairman', '', '', 'CIDA', 'cida@sltnet.lk', '', '', 1, 0, 0, 0, '', ''),
(1666, '2666', 'W M  Ananda', 'Additional Secretary', '', '', 'Housing & Construction Division', '', '', '', 1, 0, 0, 0, '', ''),
(1667, '2667', 'Ajantha  Galhena', 'Additional Director General', '', '', 'DPMM', 'galhena.a@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1668, '2668', 'P.K.A.D.  De Silva', 'Director General', '', '', 'DPMM', 'dgpmm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1669, '2669', 'N.S.M.P.  Ranjith', 'Additional Director GeneralÂ ', '', '', 'DPMM', 'ranjith.nsm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1670, '2670', 'M.H.M.  Zameel', 'Additional Director GeneralÂ ', '', '', 'DPMM', 'zameel.mhm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1671, '2671', 'K.D.A.  Munasinghe', 'Additional Director GeneralÂ ', '', '', 'DPMM', 'munasinghe.kda@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1672, '2672', 'B.W.G.C.S.  Bogahawatta', 'Additional Director GeneralÂ ', '', '', 'DPMM', 'bogahawatta.bwgcs@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1673, '2673', 'N.A.  Amarathunga Â  Â ', 'Director', '', '', 'DPMM', 'amarathunga.n@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1674, '2674', 'P.H.  Chandima', 'Director', '', '', 'DPMM', 'chandima.ph@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1675, '2675', 'T.A.D.D.  Premarathne Â  Â ', 'Director', '', '', 'DPMM', 'premarathna.tadd@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1676, '2676', 'S. Jalatheepan Â  Â ', 'Director', '', '', 'DPMM', 'jalatheepan.s@pmmd.treasury.gov.lk Â  Â ', '', '', 1, 0, 0, 0, '', ''),
(1677, '2677', 'K. Piratheepan', 'Director', '', '', 'DPMM', 'piratheepan.k@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1678, '2678', 'D.A.C.D.  Peiris', 'Deputy Director', '', '', 'DPMM', 'peiris.dacd@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1679, '2679', 'Ahalya  Lakshman Â  Â ', 'Deputy Director', '', '', 'DPMM', 'luxman.a@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1680, '2680', 'T.M.B.P.K.  Thennakoon', 'Deputy Director', '', '', 'DPMM', 'tennakoon.tmbpk@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1681, '2681', 'S. A. N.  Priyashantha', 'Deputy Director', '', '', 'DPMM', 'priyashantha.san@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1682, '2682', 'M.  Senadeera', 'Deputy Director', '', '', 'DPMM', 'senadeera.m@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1683, '2683', 'B.C.B.  Thilakarathne', 'Deputy Director', '', '', 'DPMM', 'thilakarathne.bcb@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1684, '2684', 'A.K.G.K.U.  Rathnathilaka', 'Deputy Director', '', '', 'DPMM', 'rathnathilaka.akgku@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1685, '2685', 'M.N.S.  Perera', 'Deputy Director', '', '', 'DPMM', 'perera.mns@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1686, '2686', 'B.A.R.C.  Piyarathne', 'Deputy Director', '', '', 'DPMM', 'piyarathna.barc@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1687, '2687', 'D.M.J.K. Dissanayaka', 'Deputy Director', '', '', 'DPMM', 'dissanayake.dmjk@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1688, '2688', 'S.V. S.  DharshaniÂ ', 'Deputy Director', '', '', 'DPMM', 'darshani.svs@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1689, '2689', 'M.G.A.N.  Jayathilake', 'Assistant Director', '', '', 'DPMM', 'Jayathilake.mgan@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1690, '2690', 'S.  Subajini', 'Development Officer', '', '', 'DPMM', 'sivapathasundaram.ss@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1691, '2691', 'E.N.S.  Malkanthi', 'Development Officer', '', '', 'DPMM', 'malkanthi.ensm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1692, '2692', 'A.D.J  de Alwis', 'Development Officer', '', '', 'DPMM', 'dealwis.adj@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1693, '2693', 'T.  Sudarshini', 'Development Officer', '', '', 'DPMM', 'sudharshini.t@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1694, '2694', 'U.G.M.N.  Sampath Â ', 'Development Officer', '', '', 'DPMM', 'sampath.ugmn@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1695, '2695', 'M.K.S.N.  Jayasekara', 'Development Officer', '', '', 'DPMM', 'jayasekara.mksn@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1696, '2696', 'R.M.P.C. Gunasekara', 'Development Officer', '', '', 'DPMM', 'gunasekara.rmpc@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1697, '2697', 'H.M.G.S. Hadakumbura', 'Development Officer', '', '', 'DPMM', 'handakumbura.hmjs@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1698, '2698', 'A.M.C.  Udayanga', 'Development Officer', '', '', 'DPMM', 'udayanga.amc@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1699, '2699', 'P.U.C.  Gunawardana', 'Development Officer', '', '', 'DPMM', 'gunawardana.puc@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1700, '2700', 'J.S. Madushanka', 'Development Officer', '', '', 'DPMM', 'madushanka.js@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1701, '2701', 'A.M.C.  Pieris', 'Development Officer', '', '', 'DPMM', 'pieris.amc@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1702, '2702', 'J.  Pratheepan', 'Development Officer', '', '', 'DPMM', 'pratheepan.j@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1703, '2703', 'H.P. Govinna', 'Development Officer', '', '', 'DPMM', 'govinna.hp@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1704, '2704', 'M.D.S.M.  Somarathna', 'Development Officer', '', '', 'DPMM', 'somarathna.mdsm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1705, '2705', 'K.A.A.D.  Kathriarachchi', 'Development Officer', '', '', 'DPMM', 'kathriarachchi.kaad@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1706, '2706', 'Vishmi  Chanika', 'Development Officer', '', '', 'DPMM', 'chanika.imv@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1707, '2707', 'Kosala  Jayapathma', 'Development Officer', '', '', 'DPMM', 'jayapathma.jhmkb@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1708, '2708', 'Nadeesha  Madusanki', 'Development Officer', '', '', 'DPMM', 'silva.hnm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1709, '2709', 'Navodini  Thennakoon', 'Development Officer', '', '', 'DPMM', 'thennakoon.tmnm@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1710, '2710', 'W. A. S. B.  Wijesooriya', 'Development Officer', '', '', 'DPMM', 'wijesooriya.wasb@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1711, '2711', 'W.D.A.T.  Ranasinghe', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1712, '2712', 'I.P.  Deraniyagala', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1713, '2713', 'S.N.  Weerathunga Arachchi', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1714, '2714', 'M.W. Lasantha  De Silva', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1715, '2715', 'B. L. P. C.  Balasooriya', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1716, '2716', 'M.K.K.N.  Perera', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1717, '2717', 'T.D.N.  Padmananda', 'Management Service Officer', '', '', 'DPMM', 'financebranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1718, '2718', 'J.I.  Sasikala', 'Management Service Officer', '', '', 'DPMM', 'adminbranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1719, '2719', 'T.D.H.  Liyanage', 'Management Assistant (Technical)', '', '', 'DPMM', 'financebranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1720, '2720', 'H.N.S.  Jayathilaka', 'Management Assistant (Technical)', '', '', 'DPMM', 'financebranch@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1721, '2721', 'W.K.A.P.T.  Fernando', 'Management Assistant (Technical)', '', '', 'DPMM', 'dgoffice@pmmd.treasury.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1722, '2722', 'L.A.  Shyamali', 'Management Assistant (Technical)', '', '', 'DPMM', 'financebranch@pmmd.treasury.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1723, '2723', 'Jayantha  Perera', 'President ', '', '', 'CCISL', '', '', '', 1, 0, 0, 0, '', ''),
(1724, '2724', 'M D  Paul', 'Chairman ', '', '', 'NCASL', '', '', '', 1, 0, 0, 0, '', ''),
(1725, '2725', 'Kamal  Laksiri', 'President', '', '', 'The Institution of Engineers', 'info@iesl.lk', '', '', 1, 0, 0, 0, '', ''),
(1726, '2726', 'Ranjith  Dissanayake', 'President-Elect', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1727, '2727', 'K P I U  DharmapalaÂ ', 'Immediate Past President', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1728, '2728', 'T M  Pallewatta', 'Past President', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1729, '2729', 'Kosala  Kamburadeniya', 'Vice President', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1730, '2730', 'A P Ranjith  De Silva', 'Vice President', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1731, '2731', 'P W  Sarath', 'Vice President', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1732, '2732', 'Granie R  Jayalath', 'Honorary Secretary', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1733, '2733', 'Samantha  Ruwanpathirana', 'Honorary Secretary', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1734, '2734', 'M G  Hemachandra', 'Chair, Agricultural & Plantation Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1735, '2735', 'P D R L  Isuru', 'Chair, Building Services Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1736, '2736', 'W A K  Deshapriya', 'Chair, Chemical & Process Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1737, '2737', 'Kamala  Gunawardena', 'Chair, Civil Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1738, '2738', 'Chamil  Edirimuni', 'Chair, Electrical & Electronics Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1739, '2739', 'Shaheed  Musthalie', 'Chair, IT & Communication Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1740, '2740', 'Ruwan  Nagahawatte Â ', 'Chair, Mechanical Engineering Sectional Committee', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1741, '2741', 'S H U  De SilvaÂ ', 'Representative Fellow', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1742, '2742', 'Rohan J  Fernanado', 'Representative Fellow', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1743, '2743', 'M N C  SamarawickramaÂ ', 'Representative Fellow', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1744, '2744', 'Udeni  Nawagamuwa', 'Representative Fellow', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1745, '2745', 'Mangala  SilvaÂ ', 'Representative Fellow', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1746, '2746', 'Nihal  Wijeyewickrema', 'Representative Fellow', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1747, '2747', 'Harshana  Bulathsinghala', 'Representative Member', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1748, '2748', 'Suran  Fernando', 'Representative Member', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1749, '2749', 'Kasun  Perera', 'Representative Member', '', '', 'The Institution of Engineers', '', '', '', 1, 0, 0, 0, '', ''),
(1750, '2750', 'T J  Jayasundara', 'President ', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1751, '2751', 'R.M.A.  Senerath', 'Vice President', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1752, '2752', 'N  Abeysuriya', 'Immediate Past President', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1753, '2753', 'D.T.  Rajasekaran', 'Honorary Secretary', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1754, '2754', 'H.M.Y.C.  Mallikarachchi', 'Editor', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1755, '2755', 'L.M. Kumara', 'Assistant Secretary', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1756, '2756', 'Priyan  DiasÂ ', 'Committee Member', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1757, '2757', 'B. Kiriparan', 'Committee Member', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1758, '2758', 'K L S  Sahabandu', 'Past President', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1759, '2759', 'L  Gunawickrama', 'Treasurer', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1760, '2760', 'G  Ramawickrama', 'Public Relations Officer', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1761, '2761', 'R.S.K.  Thrimavithana', 'Assistant Treasurer', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1762, '2762', 'Nihal  Somaratna', 'Committee Member', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1763, '2763', 'M.  Gamage', 'Committee Member', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1764, '2764', 'Bandula  Prasad', 'Assistant Editor', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1765, '2765', 'Eng. S.S.A.  Kalugaldeniya', 'Committee Member', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1766, '2766', 'T. L.  Pradeep', 'Committee Member', '', '', 'Society of Structural Engineers ', '', '', '', 1, 0, 0, 0, '', ''),
(1767, '2767', 'Ranjith  Dissanayake ', 'Chairman', '', '', 'Green Building Council of SL', 'office@srilankagbc.org, srilankagbc@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1768, '2768', 'Chandana  Dalugoda', '', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1769, '2769', 'Priyan  Mendis', 'Founder Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1770, '2770', 'Lionel  Nawagamuwa', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1771, '2771', 'Jayantha  Perera', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1772, '2772', 'Piyal  Silva', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1773, '2773', 'Chandana  Edirisuriya', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1774, '2774', 'W.J.B.Shiromal  Fernando', 'Vice Chairman', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1775, '2775', 'Locana  Gunarathne', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1776, '2776', 'Chithra  Wedikkara', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1777, '2777', 'Ajith  De Alwis', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1778, '2778', 'Janaki  Kuruppu', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1779, '2779', 'T.B.  Siriwardena', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1780, '2780', 'Mahendra S.  Jayalath', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1781, '2781', 'Chandana  Dalugoda', 'Director', '', '', 'Green Building Council of SL', '', '', '', 1, 0, 0, 0, '', ''),
(1782, '2782', 'Chandana  Aluthgama', 'PRESIDENT', '', '', 'IASL', 'chandana.aluthgama@srilankainsurance.com', '', '', 1, 0, 0, 0, '', ''),
(1783, '2783', 'Lasitha  Wimalaratne', 'VICE PRESIDENT', '', '', 'IASL', 'lasitha.wimalaratne@hnbassurance.com', '', '', 1, 0, 0, 0, '', ''),
(1784, '2784', 'Tanuj  Edward', 'SECRETARY', '', '', 'IASL', 'tanuj.edward@orientinsurance.lk', '', '', 1, 0, 0, 0, '', ''),
(1785, '2785', 'Nadika  Opatha', 'TREASURER', '', '', 'IASL', 'nadikao@lolclife.com', '', '', 1, 0, 0, 0, '', ''),
(1786, '2786', 'JM  Niyas', 'SECRETARY-GENERAL', '', '', 'IASL', '', '', '', 1, 0, 0, 0, '', ''),
(1787, '2787', 'S N B A K M D  Namarathna', 'Additional Secretary â€“ Development (Resettlement) / Resettlement Division', '', '', 'MUDH', '', '', '', 1, 0, 0, 0, '', ''),
(1788, '2788', 'Priyanga  Senarathna', 'Director (Planning and Monitoring)', '', '', 'MUDH', 'Email:Â priyangase@gmail.com/Â dir_plan@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1789, '2789', 'H.C.S. De. Zoysa', 'Assistant Director (Planning and Monitoring)', '', '', 'MUDH', 'Email:Â ad_plan@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1790, '2790', 'S.K  Manoja', 'Assistant Director (Planning and Monitoring)', '', '', 'MUDH', 'Email:Â ad_plan2@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1791, '2791', 'M.M.S.S.B.  Yalegama', 'Additional Secretary (Policy and Administration)', '', '', 'MUDH', 'Email:Â sugathssb@yahoo.com/Â adsec_admin@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1792, '2792', 'Anoja  Herath', 'Director (Policy)', '', '', 'MUDH', 'Email:Â anoja.herath74@gmail.com/Â dir_policy@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1793, '2793', 'T.G.  Abesooriya', 'Director General (Development)', '', '', 'MUDH', 'Email:Â devika.dgmudh@gmail.com/Â dgdev@moudh.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1794, '2794', 'S.  Mahinthan', 'Director (Development)', '', '', 'MUDH', 'Email:Â mahin.shiv@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1795, '2795', 'Bhadranie  Thoradeniya', 'President Elect, ', '', '', 'IIESL', 'iiesl@iiesl.lk', '', '', 1, 0, 0, 0, '', ''),
(1796, '2796', 'Pushpa Jinadasa ', 'President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1797, '2797', 'M. R. W.  Jayawardhana', 'Immediate Past President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1798, '2798', 'A. Upali  Gunawardana', 'Past President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1799, '2799', 'M. S. B.  Rekogama', 'Past President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1800, '2800', 'W. B. M.  Thoradeniya', 'President Elect', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1801, '2801', 'G. D. F. U.  Perera', 'Vice President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1802, '2802', 'B. N. P.  Mendis', 'Vice President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1803, '2803', 'J. E. L  De Silva', 'Vice President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1804, '2804', 'T. S. P.  Thalagala', 'Vice President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1805, '2805', 'S. B. G. C. P. S.  Bandara', 'Vice President', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1806, '2806', 'U. A.  Gunasekera', 'Secretary', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1807, '2807', 'K. G. U. S.  Jayasekara', 'Treasurer', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1808, '2808', 'M. B. P.  Jinadasa', 'Editor', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1809, '2809', 'U. K .S.  Hettige', 'Assistant Secretary', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1810, '2810', 'M. P. C.  Kumara', 'Assistant Treasurer', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1811, '2811', 'E. A. U.  Hemachandra', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1812, '2812', 'W. A.  Wimalaweera', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1813, '2813', 'S. J.  Hettiarachchi', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1814, '2814', 'K. P. C.  Jayawardena', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1815, '2815', 'W. A.  Kulathilake', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1816, '2816', 'J. M.  Liyanarachchi', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1817, '2817', 'A.  Kasthuriarachchi', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1818, '2818', 'H. H. C.  Piyadasa', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1819, '2819', 'A. S. M.  Silva', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1820, '2820', 'A. A.  Rupasinghe', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1821, '2821', 'L. W. N. D.  Rajaguru', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1822, '2822', 'S. D.  Meedeniya', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1823, '2823', 'K. A. S.  Thilakaratne', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1824, '2824', 'H. A.  Mohottala', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1825, '2825', 'T. A. D. P.  Thambugala', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1826, '2826', 'W. B. Damitha  Abeykoon', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1827, '2827', 'W. M. S. B.  Walisundara', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1828, '2828', 'S. M. T. L.  De Silva', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1829, '2829', 'M. M. U. P.  Abahayagunawardane', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1830, '2830', 'W. D.  Darshana', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1831, '2831', 'E. G. H.  Darshana', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1832, '2832', 'C. N.  Jayasinghe', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1833, '2833', 'K. G. I.  Deshapriya', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1834, '2834', 'V. H. M. S.  Babalagama', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1835, '2835', 'D. V. G. J.  Chamara', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1836, '2836', 'P. N. U.  De Silva', 'Council Member', '', '', 'IIESL', '', '', '', 1, 0, 0, 0, '', ''),
(1837, '2837', 'C.R.  Gunasekara', 'Assistant Secretary (Admin)', '', '', 'MUDH â€“ Housing & Con. Division', 'admin@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1838, '2838', 'T.  Jesudasan', 'Assistant Secretary (Admin)', '', '', 'MUDH â€“ Housing & Con. Division', 'admin1@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1839, '2839', 'D.M.S. Dissanayaka', 'Legal Officer', '', '', 'MUDH â€“ Housing & Con. Division', 'legal@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1840, '2840', 'Y.K.M. Jayasundara', 'Administrative Officer', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', '');
INSERT INTO `visitors` (`id`, `visitor_ref_no`, `visitor_name`, `visitor_designation`, `visitor_mobile_no`, `visitor_country`, `visitor_company_name`, `visitor_email`, `visitor_tel_no`, `visitor_industries`, `pre_registration`, `invites`, `onsite`, `exhibitor`, `visitor_hear_about`, `visitor_remarks`) VALUES
(1841, '2841', 'P.S.N. Fernando', 'Chief Financial Officer', '', '', 'MUDH â€“ Housing & Con. Division', 'cfo@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1842, '2842', 'M.M.A.D.C. Shyamani', 'Chief Accountant', '', '', 'MUDH â€“ Housing & Con. Division', 'ca@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1843, '2843', 'S.A.R. Sampath', 'Accountant (Payment)', '', '', 'MUDH â€“ Housing & Con. Division', 'acctfin@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1844, '2844', 'R.M.S.E. Rathnayaka', 'Accountant (Finance)', '', '', 'MUDH â€“ Housing & Con. Division', 'acctfin@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1845, '2845', 'B.A. Wijerathne', 'Director General', '', '', 'MUDH â€“ Housing & Con. Division', 'plan@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1846, '2846', 'Samantha  Siridewa', 'Director (Planning) (Cover Up)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1847, '2847', 'K.G.M.B. Wickramasinghe', 'Assistant Director (Planning)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1848, '2848', 'W.M. Ananda', 'Additional Secretary (Housing)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1849, '2849', 'A.A.L.  Amarasekara', 'Director (Land)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1850, '2850', 'M.S. Paranayapa', 'AssistantÂ  Director (Housing)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1851, '2851', 'H.M.U. Herath', 'Director (Technical)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1852, '2852', 'H.M. Hasan', 'Assistant Director (Technical)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1853, '2853', 'P. Amarasooriya', 'Director (Construction)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1854, '2854', 'P.G.S.  PrabathÂ ', 'Assistant DirectorÂ  (Construction)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1855, '2855', 'W. A. W.Â   Abayawardena', 'Director GeneralÂ  (Engineering Services)(Cover Up)', '', '', 'MUDH â€“ Housing & Con. Division', 'dges@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1856, '2856', 'N. C.  Batugedara', 'Director (Engineering Services)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1857, '2857', 'J.M.R.S.  Jayakodi', 'Assistant Director (Engineering Services)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1858, '2858', 'H.S. Hettiarachchi', 'Information and Communication TechnologyÂ  Officer', '', '', 'MUDH â€“ Housing & Con. Division', 'itofficer@houseconmin.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1859, '2859', 'M.G. Kandeeban', 'Chief Internal Auditor', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1860, '2860', 'S.M. Sandamali', 'Audit Superintendent (Government Audit)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1861, '2861', 'S.N.B.A.K.M.N.D.  Namarathne', 'Additional Secretary (Development)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1862, '2862', 'W. A. W.Â   Abayawardena', 'Director GeneralÂ  (Engineering Services)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1863, '2863', 'V.  Premachandra', 'Director (Development)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1864, '2864', 'A.M.D.P.R. Amarathunga', 'Senior Assistant SecretaryÂ Â Â  (Admin)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1865, '2865', 'Deepani  Priyanka', 'Deputy Director (Planning)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1866, '2866', 'G. P. H.  Irangani', 'Deputy Director (Planning)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1867, '2867', 'Neel  Fernando', 'Assistant Director (Planning)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1868, '2868', 'S.  Dilojan', 'Engineer', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1869, '2869', 'T.  Malathy', 'Administrative Officer (Acting.)', '', '', 'MUDH â€“ Housing & Con. Division', '', '', '', 1, 0, 0, 0, '', ''),
(1870, '2870', 'J.P.  Priyangani', 'Director Dept of Public Enterprise', '', '', 'Ministry of Finance ', '', '', '', 1, 0, 0, 0, '', ''),
(1871, '2871', 'K.W.  Elapatha', 'Director - Development Division 4', '', '', 'Ministry of Industries', 'kwelapatha@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1872, '2872', 'Chaminda Pathiraja', 'Additional Secretary', '', '', 'Ministry of Industries', 'kwelapatha@yahoo.com', '', '', 1, 0, 0, 0, '', ''),
(1873, '2873', 'Vindika Piyaratne', 'Director - Sector 2', '', '', 'Ministry of Industries', '', '', '', 1, 0, 0, 0, '', ''),
(1874, '2874', 'W.M.D.T  Wickremasinghe', 'Addl. Secretary (Dev)Â ', '', '', 'Ministry of Plantation Industries', '', '', '', 1, 0, 0, 0, '', ''),
(1875, '2875', 'K.B.V.  Indrapala', 'Additional Secretary (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1876, '2876', 'D.M.K.S.  Dissanayake', 'Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1877, '2877', 'P.P.  Jayasekara ', 'Assistant Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1878, '2878', 'T.M.C.H.  Manike', 'Assistant Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1879, '2879', 'Y.B.P.  Kahatagahawatte ', 'Assistant Director (Engineering)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1880, '2880', 'S.S.  Mudalige', 'Director General (Planning and Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1881, '2881', 'W.H.K.D.B.  Rathnayake ', 'Director(Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1882, '2882', 'Pushpani  Amarathunga ', 'Deputy Director(Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1883, '2883', 'P.P.  Hewapathirana', 'Deputy Director(Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1884, '2884', 'I.R.M.  Kossinna', 'Deputy Director (Planning & Monitoring)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1885, '2885', 'S.J.M.H.C.  Samarakoon', 'Additional Secretary (Development)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1886, '2886', 'P.A.  Madhusanka', 'Senior Assistant Secretary (Development)', '', '', 'Mini. of Transport & Highways', '', '', '', 1, 0, 0, 0, '', ''),
(1887, '2887', 'H.M.L.S.  Herath', 'Additional Secretary (Admin & Finance)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1888, '2888', 'D.N.  Hettiarachchi', 'Senior Assistant Secretary', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1889, '2889', 'C.N.  Pankanduragama', 'Legal officer', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1890, '2890', 'Lalitha  Rajapaksha', 'Administrative Officer', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1891, '2891', 'K.N. Kumari  Somaratne', 'Additional SecretaryÂ (Development)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1892, '2892', 'H.R.  Sirinama', 'Director (Development)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1893, '2893', 'R.P.  Hettiarachchi', 'Director (Planning)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1894, '2894', 'H.A.R.P.  Fernando', 'Deputy Director (Planning)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1895, '2895', 'K.M.H.  Nilakshi', 'Assistant Director (Development)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1896, '2896', 'W.S.  Pushparani', 'Chief Financial Officer', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1897, '2897', 'M.D.P.  Thilaksiri', 'Chief Accountant', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1898, '2898', 'H.M.D.D.  Handapangoda', 'Accountant', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1899, '2899', 'N.A.H.K.  Wijerathna', 'Chief Internal Auditor', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1900, '2900', 'A.H. Sunil  Gunawardena', 'Additional SecretaryÂ ', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1901, '2901', 'M.  Kirubasuthan', 'Director General', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1902, '2902', 'I.M.S.  Bandara', 'Director General (Engineering)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1903, '2903', 'N.P.  Dharmarathne', 'Chief Accountant', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1904, '2904', 'M.H.V.L.A.  Wijayapala', 'Senior Assistant Secretary', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1905, '2905', 'E.B.  Vindyani', 'Director (Export Zones Development)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1906, '2906', 'R.A.P.I.  Perera', 'Director (Planning)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1907, '2907', 'K.  Pradeepa', 'Deputy Director (Planning)', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1908, '2908', 'L.J.M.  Geethanjali', 'Accountant', '', '', 'Mini. of Ports & Shipping', '', '', '', 1, 0, 0, 0, '', ''),
(1909, '2909', 'N.M.M. Marickkar', 'ADDITIONAL SECRETARY (ACT)', '', '', 'MCPWS', 'addlsectmws@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1910, '2910', 'L.P.T.D. De Silva', 'DEPUTY DIRECTOR', '', '', 'MCPWS', 'adtechmcpws@gmail.com', '', '', 1, 0, 0, 0, '', ''),
(1911, '2911', 'M.M.A. Fernando', 'ASSISTANT DIRECTOR', '', '', 'MCPWS', 'adtec@mws.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1912, '2912', 'A.C.M.  Nafeel', 'ADDITIONAL SECRETARY(DEVELOPMENT)', '', '', 'MCPWS', '', '', '', 1, 0, 0, 0, '', ''),
(1913, '2913', 'K.G.D.  Priyanka', 'DIRECTOR (DEVELOPMENT)', '', '', 'MCPWS', '', '', '', 1, 0, 0, 0, '', ''),
(1914, '2914', 'Kapila  Fonseka', 'Director General', '', '', 'MDSIT', 'kapila.fonseka@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1915, '2915', 'Priyanga  Wickramasinghe', 'Director', '', '', 'MDSIT', 'priyanga.wickrramasinghe@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1916, '2916', 'U.A.  Ranasinghe', 'Head of Branch', '', '', 'MDSIT', 'ctu@mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1917, '2917', 'M.E.M. Joseph  Weninger', 'Director General (Special Projects and Technical Co-operation)', '', '', 'MDSIT', 'Email:Â mem.weninger(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1918, '2918', 'Chandana  Weerasena', 'Actg. Director General (Bilateral )', '', '', 'MDSIT', 'Email:Â chandana.weerasena(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1919, '2919', 'M.K.  Mallikaratchy', 'Actg. Director General (Multilateral)', '', '', 'MDSIT', 'Email:Â manori.mallikaratchy(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1920, '2920', 'K.M. Ransiri  Perera', 'Director', '', '', 'MDSIT', 'Email:Â ransiri.perera(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1921, '2921', 'K.H.M.D.  Wijewardana', 'Director (Multilateral)', '', '', 'MDSIT', '', '', '', 1, 0, 0, 0, '', ''),
(1922, '2922', 'M.K.B.I. Wimalasena', 'Assistant Director (Bilateral)', '', '', 'MDSIT', 'Email:Â buddhika.wimalasena(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1923, '2923', 'Navarathnam  Gajithra', 'Assistant Director (Special Projects and Technical Co-operation)', '', '', 'MDSIT', 'Email:Â navarathnam.gajithra(at)mfa.gov.lk', '', '', 1, 0, 0, 0, '', ''),
(1924, '2924', 'E.M.H.Â  Abeyrathne', 'Head of Branch', '', '', 'MDSIT', 'Email:Â economic(at)mfa.gov.lkÂ ', '', '', 1, 0, 0, 0, '', ''),
(1925, '2925', 'Catriona  Jayasundera', 'General Manager - Commercial and Marketing', '', '', 'CICT Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1926, '2926', 'H.D.A.S.  Premachandra', 'Advisor', '', '', 'CWIT Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1927, '2927', 'Zureish  Hashim', 'Directort', '', '', 'Development Interplan (Ceylon) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1928, '2928', 'Maninda  Wickramasinghe', 'Managing Director/CEO', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1929, '2929', 'NadikaÂ Ranasinghe ', 'Director', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1930, '2930', 'RadhikaÂ Ratnayake ', 'Associate Director', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1931, '2931', 'DelshiÂ Vijayan ', 'Corporates Analyst', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1932, '2932', 'JeewanthiÂ Malagala ', 'Director', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1933, '2933', 'WaruniÂ Perera ', 'Associate Director', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1934, '2934', 'PiumiÂ Weerasinghe ', 'Senior Analyst', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1935, '2935', 'KyoshiÂ Quyn ', 'Associate Director', '', '', 'Fitch Rating Lanka Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1936, '2936', 'Amal  Sanderatne', 'CEO/Founder', '', '', 'Frontier Research', '', '', '', 1, 0, 0, 0, '', ''),
(1937, '2937', 'Sarva  Ameresekera', 'Group Executive Director', '', '', 'George Steuart and Company Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1938, '2938', 'Amal  Rodrigo', 'Director', '', '', 'Hayleys Advantis', '', '', '', 1, 0, 0, 0, '', ''),
(1939, '2939', 'Jagath  Pathirana', 'Group Director', '', '', 'IAS Holdings (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1940, '2940', 'Niranjan  Dissanayake', 'Chairman', '', '', 'ISCCC', '', '', '', 1, 0, 0, 0, '', ''),
(1941, '2941', 'Sheran  Fernando', 'Managing Director', '', '', 'Innosolve Lanka (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1942, '2942', 'Asanka  Wijesinghe', 'Research Fellow', '', '', 'Institute of Policy Studies', '', '', '', 1, 0, 0, 0, '', ''),
(1943, '2943', 'Hiran  Embuldeniya', 'Managing Partner', '', '', 'Ironwood Capital Partners', '', '', '', 1, 0, 0, 0, '', ''),
(1944, '2944', 'Murtaza  Jafferjee', 'Managing Director', '', '', 'JB Securities', '', '', '', 1, 0, 0, 0, '', ''),
(1945, '2945', 'Shiromal  Cooray', 'Managing Director', '', '', 'Jetwing Travels Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1946, '2946', 'Shehara  Jayawardana', 'Joint Managing Director', '', '', 'McLarens Holdings Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1947, '2947', 'OSHAN  FERNANDO', 'Group Chief Executive Officer', '', '', 'McLarens Holdings Ltd', 'oshan@mclarens.lk', '', '', 1, 0, 0, 0, '', ''),
(1948, '2948', 'RAVI  EDIRISINGHE', 'Group Chief Commercial Officer', '', '', 'McLarens Holdings Ltd', 'ravi@mclarens.lk', '', '', 1, 0, 0, 0, '', ''),
(1949, '2949', 'Danushka  Samarasinghe', 'Chief Strategy Officer & Director', '', '', 'Nation Lanka Equities (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1950, '2950', 'Jiffry  Zulfer', 'Founder & CEO', '', '', 'PickMe', '', '', '', 1, 0, 0, 0, '', ''),
(1951, '2951', 'Channa  Manoharan', 'Chief Operating Officer / Advisory Leader', '', '', 'PwC Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1952, '2952', 'Sujeewa  Mudalige', 'Chief Executive Officer', '', '', 'PwC Sri Lanka', '', '', '', 1, 0, 0, 0, '', ''),
(1953, '2953', 'Tharindu Yapa  Abeywardena', 'Head of Research', '', '', 'Sampath Bank PLC', '', '', '', 1, 0, 0, 0, '', ''),
(1954, '2954', 'Romesh  David', 'CEO', '', '', 'SAGT (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1955, '2955', 'Shamal  Perera', 'Chairman', '', '', 'SLAVO', 'secretary@slavo.lk', '', '', 1, 0, 0, 0, '', ''),
(1956, '2956', 'Richard  Nuttall', 'Chief Commercial Officer', '', '', 'Sri Lankan Airlines', '', '', '', 1, 0, 0, 0, '', ''),
(1957, '2957', 'Yasendra  Amarasinghe', 'Chairman', '', '', 'CMTA', 'murtaza.jaff@jb.lk', '', '', 1, 0, 0, 0, '', ''),
(1958, '2958', 'Namali  Sirisoma', 'President', '', '', 'CILT', '', '', '', 1, 0, 0, 0, '', ''),
(1959, '2959', 'Amal  Kumarage', 'Senior Professor', '', '', 'University of Moratuwa', '', '', '', 1, 0, 0, 0, '', ''),
(1960, '2960', 'Deshal  de Mel', 'Research Director', '', '', 'VeritÃ© Research (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1961, '2961', 'Subhashini  Abeysinghe', 'Research Director', '', '', 'VeritÃ© Research (Pvt) Ltd', '', '', '', 1, 0, 0, 0, '', ''),
(1962, '2962', 'Rizvi  Zaheed', 'Director', '', '', 'Vidullanka PLC', '', '', '', 1, 0, 0, 0, '', ''),
(1963, '2963', 'Gayani  de Alwis', 'Global Chairperson', '', '', 'Women in Logistics and Transport', '', '', '', 1, 0, 0, 0, '', ''),
(1964, '2964', 'Priyantha P.K.D. ', 'DIG Logistics Range', '', '', 'Police headquarters ', '', '', '', 1, 0, 0, 0, '', ''),
(1965, '2965', 'Gamlath T.P. ', 'DIG CCTV (Engineer)', '', '', 'Police headquarters ', '', '', '', 1, 0, 0, 0, '', ''),
(1966, '2966', 'Dias W.K.J.R. ', 'DIG Community Police and Environment Protection Range', '', '', 'Police headquarters ', '', '', '', 1, 0, 0, 0, '', ''),
(1967, '2967', 'Thisera B.S. ', 'Director / Buildings', '', '', 'Police headquarters ', '', '', '', 1, 0, 0, 0, '', ''),
(1968, '2968', 'Hettiarachchi M.N. ', 'Director / Supplies Division', '', '', 'Police headquarters ', '', '', '', 1, 0, 0, 0, '', ''),
(1969, '2969', 'Chandrasiri D.P. ', 'DIG National Police Academy', '', '', 'Police headquarters ', '', '', '', 1, 0, 0, 0, '', ''),
(1970, '2970', 'Jayasundara W.S.E. ', '', '', '', 'DIG Special Task Force', '', '', '', 1, 0, 0, 0, '', ''),
(1971, '2971', 'Kelum Gunathunga ', 'Director / Logistics', '', '', '', '', '', '', 1, 0, 0, 0, '', ''),
(1972, '2972', 'R.N. Thilakasinghe ', 'Director General Logistics', '', '', 'Sri Lanka Air Force Headquarters, ', '', '', '', 1, 0, 0, 0, '', ''),
(1973, '2973', 'Prabath  Wickramasinghe', 'Managing Director', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1974, '2974', 'Asanka  Tennakonn', 'CEO', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1975, '2975', 'Sanka  Dulanja Sri', 'General Manager', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1976, '2976', 'Buddhika  Mudagammana', 'Project Engineer & Team Leader', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1977, '2977', 'Kasun  Bandara', 'Project Engineer & Team Leader', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1978, '2978', 'Kalana  Liyanage', 'Head of Operation & Maintenance', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1979, '2979', 'Thamara  Wijesinghe', 'Manager Procurement & Logistics', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1980, '2980', 'Dinuka  Hewawalpita', 'Business Development Manager', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1981, '2981', 'Jude Travise  Derose', 'Sales Engineer', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1982, '2982', 'Sanjaya  Wijethunga', 'Sales Engineer', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1983, '2983', 'Sandaruwan  Peiris', 'Project Manager', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1984, '2984', 'Imesha  Attanayake', 'Chief Data Analyst', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1985, '2985', 'Chandana  De Silva', 'Accountant', '', '', 'First Energy ', 'info@www.firstenergy.com', '', '', 1, 0, 0, 0, '', ''),
(1986, '2986', 'Rohana  Dissanayake', 'Group Chairman and Managing Director', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', ''),
(1987, '2987', 'Romany  Parakrama', 'Executive Director', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', ''),
(1988, '2988', 'Jayantha  Ratnayake', 'Executive Director - Parts & Accessories', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', ''),
(1989, '2989', 'Saman  Gamage', 'Executive Director- Research & Development and Special Projects', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', ''),
(1990, '2990', 'Heshana  Kuruppu', 'Executive Director â€“ Finance', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', ''),
(1991, '2991', 'Dhanika  De Silva', 'Non-Executive Director', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', ''),
(1992, '2992', 'Naalaka  Madugalle', 'Director and Chief Operating Officer', '', '', 'David Peiris Motor Company (Pvt) Ltd ', 'info@dpmco.com', '', '', 1, 0, 0, 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `visitor_attendances`
--

CREATE TABLE `visitor_attendances` (
  `id` int(11) NOT NULL,
  `visitor_id` int(11) NOT NULL,
  `date` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `exhibitors`
--
ALTER TABLE `exhibitors`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `ref_no` (`ref_no`);

--
-- Indexes for table `exhibitor_attendances`
--
ALTER TABLE `exhibitor_attendances`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `visitors`
--
ALTER TABLE `visitors`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `visitor_ref_no` (`visitor_ref_no`);

--
-- Indexes for table `visitor_attendances`
--
ALTER TABLE `visitor_attendances`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `exhibitors`
--
ALTER TABLE `exhibitors`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `exhibitor_attendances`
--
ALTER TABLE `exhibitor_attendances`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `visitors`
--
ALTER TABLE `visitors`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1993;

--
-- AUTO_INCREMENT for table `visitor_attendances`
--
ALTER TABLE `visitor_attendances`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
