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