public List <CountryMaster> GetCountryList() { BALCommon bal = new BALCommon(ConStr); return(bal.GetCountryList()); }