public IList <DataContracts.Masters.DC_PortMaster> GetPort(string PageSize, string PageNo, string Port_Id) { using (BusinessLayer.BL_Masters obj = new BL_Masters()) { return(obj.GetPort(PageSize, PageNo, Port_Id)); } }