public void insertConsulate(LocationMaster location)
 {
     locationdal.InsertConsulate(location);
 }