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