public IList <DataContracts.Masters.DC_Keys> GetKeysOfCityMaster() { using (BusinessLayer.BL_Masters obj = new BL_Masters()) { return(obj.GetKeysOfCityMaster()); } }