public string GetStateByCountryId(int selectedCountry) { ViewBag.stateListByCountry = DbOperation.FetchStateByCountryId(selectedCountry); return(ViewBag.stateListByCountry); }