public virtual void UpdateLocationTransaction(LocationTransaction entity)
 {
     entityDao.UpdateLocationTransaction(entity);
 }