public void CountryUpdate(int Id, LocationMaster locationmasterUpdate) { locationdal.UpdateCountry(Id, locationmasterUpdate); }