public List <LocationMaster> ReadLocation(int?LocationId) { return(locationdal.ReadLocation(LocationId)); }