// GET: api/CountryApi public List <CountryModel> Get() { StudentDto sd = new StudentDto(); ModelState.Clear(); return(sd.GetCountry()); }