public virtual void DeleteLocationTransaction(Int32 id)
 {
     entityDao.DeleteLocationTransaction(id);
 }