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