public virtual void UpdateLocation(Location entity)
 {
     entityDao.UpdateLocation(entity);
 }