public void CityUpdate(int Id, LocationMaster locationmasterUpdate)
 {
     locationdal.UpdateCity(Id, locationmasterUpdate);
 }