public ActionResult <bool> NewCountry(Country country) { return(ApiResult(CountryBusiness.NewCountry(country))); }