/// <summary> /// Get Parent ID For Nomenclature /// </summary> public List <TSMSector> GetParentID(string nomenclatureCode, string Sectortype) { List <TSMSector> lstTSMSector = new List <TSMSector>(); lstTSMSector = SectorService.GetParentID(nomenclatureCode, Sectortype); this.ParentNomenclature = lstTSMSector; return(lstTSMSector); }