public List <CityMaster> GetCityList(int?STATE_ID) { BALCommon bal = new BALCommon(ConStr); return(bal.GetCityList(STATE_ID)); }