public List <LocationMaster> ReadLocationbyID(int LocationId)
 {
     return(locationdal.ReadLocationbyId(LocationId));
 }