public List <StateMaster> GetStateList(int?COUNTRY_ID) { //throw new NotImplementedException(); BALCommon bal = new BALCommon(ConStr); return(bal.GetStateList(COUNTRY_ID)); }