public virtual void Insert(IDAOInventoryTransactions daoInventoryTransactions)
 {
     daoInventoryTransactions.Insert();
 }