public void insertCountry(LocationMaster location)
 {
     locationdal.InsertCountry(location);
 }