public List <LocationMaster> ReadCountry(int?id)
 {
     return(locationdal.ReadCountry(id));
 }