public void insertCity(LocationMaster location)
 {
     locationdal.InsertCity(location);
 }