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